-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.69 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
{
"name": "dwellers-empty-path-jp-patch",
"version": "0.1.0",
"description": "Dweller’s Empty Path Unofficial Japanese translate patch",
"author": "Proudust <proudust@gmail.com>",
"license": "MIT",
"repository": "github:proudust/dwellers-empty-path-jp-patch",
"homepage": "https://github.com/proudust/dwellers-empty-path-jp-patch#readme",
"bugs": "https://github.com/proudust/dwellers-empty-path-jp-patch/issues",
"private": true,
"scripts": {
"build": "npm run clean && run-p build:*",
"build:assets": "cpy www/fonts dist --parents",
"build:docs": "cpy README.md dist --rename=README.txt",
"build:ts": "tsc",
"clean": "cross-conf-env rimraf dist npm_package_name.zip",
"fix": "run-s fix:*",
"fix:eslint": "eslint --fix .",
"fix:prettier": "prettier --write --ignore-path .eslintignore .",
"lint": "run-p lint:*",
"lint:eslint": "eslint .",
"lint:prettier": "prettier --check --ignore-path .eslintignore .",
"test": "jest",
"watch": "tsc -w",
"zip": "cd dist && cross-conf-env bestzip ../npm_package_name.zip *"
},
"devDependencies": {
"@types/jest": "^26.0.13",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"bestzip": "^2.1.7",
"cpy-cli": "^3.1.1",
"cross-conf-env": "^1.2.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"jest": "^26.4.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"rpgmakermv_typescript_dts": "^1.5.2",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
}
}