-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 996 Bytes
/
package.json
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
37
38
39
40
41
42
43
44
45
46
{
"name": "@electerm/electerm-themes",
"version": "1.0.1",
"description": "electerm themes imported from iTerm2-Color-Schemes",
"main": "dist/index.js",
"scripts": {
"install": "node ./build/install.js",
"build": "node ./build/build.js",
"prepublish": "npm run build",
"pub": "node ./build/pub.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/electerm/electerm-themes.git"
},
"author": {
"name": "ZHAO Xudong",
"email": "zxdong@gmail.com",
"url": "https://github.com/zxdong262"
},
"bugs": {
"url": "https://github.com/electerm/electerm-themes/issues"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"standard": {
"sourceType": "module",
"ignore": [
"/dist",
"/temp"
]
},
"devDependencies": {
"json-deep-copy": "^1.3.1",
"json5": "^2.2.3",
"shelljs": "^0.8.5",
"standard": "^17.1.0"
}
}