-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "better-japanese",
"version": "1.5.8",
"description": "",
"main": "index.js",
"packageManager": "[email protected]",
"scripts": {
"start": "node ./tools/start.js",
"build": "node ./tools/build-steam.js",
"build-web": "node ./tools/build-web.js",
"publish": "node ./tools/publish.js",
"init": "git checkout develop && npm install",
"test": "npx eslint ./",
"autofix": "npx eslint ./src/**/*.js --fix",
"diff": "node ./tools/diff.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hideki0403/better-japanese.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hideki0403/better-japanese/issues"
},
"homepage": "https://github.com/hideki0403/better-japanese#readme",
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"chalk": "^4",
"chokidar": "^3.6.0",
"debug": "^4.3.4",
"eslint": "^9.1.1",
"eslint-plugin-jsonc": "^2.15.1",
"fs-extra": "^11.2.0",
"globals": "^15.6.0",
"json5": "^2.2.3",
"md5-file": "^5.0.0"
}
}