-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 890 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@inoy/terminal-banner-plugin",
"version": "1.0.1",
"description": "Webpack plugin for showing banner in terminal",
"main": "index.mjs",
"scripts": {
"build": "npx putout@27 index.js --fix",
"test": "node --watch test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inoyakaigor/TerminalBannerPlugin.git"
},
"exports": {
".": {
"require": "./index.js",
"default": "./index.mjs"
}
},
"module": "./index.mjs",
"keywords": [
"webpack",
"plugin",
"terminal",
"banner"
],
"author": "Igor «InoY» Zviagintsev <inoyakaigor@ya.ru> (https://inoy.dev)",
"license": "GPL-3.0",
"engines": {
"node": ">=20.19.0"
},
"bugs": {
"url": "https://github.com/inoyakaigor/TerminalBannerPlugin/issues"
},
"homepage": "https://github.com/inoyakaigor/TerminalBannerPlugin#readme"
}