-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
54 lines (54 loc) · 1.3 KB
/
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
47
48
49
50
51
52
53
54
{
"name": "@electerm/electerm-locales",
"version": "2.0.9",
"description": "electerm multi-language support pack",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/standard",
"fix": "./node_modules/.bin/standard --fix",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"pre-push": "npm run lint && npm run test",
"build": "node bin/build.js",
"pub": "npm run build && node bin/publish.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/electerm/electerm-locales.git"
},
"keywords": [
"electerm",
"locale",
"language"
],
"author": "ZHAO Xudong <zxdong@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/electerm/electerm-locales/issues"
},
"homepage": "https://github.com/electerm/electerm-locales#readme",
"devDependencies": {
"country-flag-emoji": "^1.0.3",
"dotenv": "^16.0.3",
"jest": "^28.1.3",
"json5": "^2.2.1",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"puppeteer": "15.5.0",
"recursive-assign": "^0.2.0",
"shelljs": "^0.8.5",
"socks-proxy-agent": "^7.0.0",
"standard": "^17.0.0"
},
"files": [
"esm",
"dist",
"README.md",
"LICENSE"
],
"jest": {
"roots": [
"tests"
]
}
}