UNPKG

1.21 kBJSONView Raw
1{
2 "name": "@akashic/akashic-cli-modify",
3 "version": "0.4.2",
4 "description": "A module to update game.json parameters",
5 "main": "lib/index.js",
6 "scripts": {
7 "prepublish": "npm run clean && npm run build",
8 "clean": "shx rm -rf lib && shx rm -rf spec/build",
9 "build": "tsc -p ./",
10 "lint": "tslint --type-check -c ../tslint.json --project ./tsconfig.json",
11 "test": "npm run test:build && npm run test:jest && npm run lint",
12 "test:build": "tsc -p spec/",
13 "test:jest": "jest"
14 },
15 "author": "DWANGO Co., Ltd.",
16 "license": "MIT",
17 "bin": {
18 "akashic-cli-modify": "./bin/run"
19 },
20 "files": [
21 "bin",
22 "lib",
23 "package.json"
24 ],
25 "devDependencies": {
26 "@types/jasmine": "2.8.16",
27 "@types/mock-fs": "3.6.30",
28 "@types/node": "10.17.17",
29 "jest": "24.9.0",
30 "mock-fs": "4.11.0",
31 "shx": "0.3.2",
32 "tslint": "5.20.1",
33 "typescript": "3.8.3"
34 },
35 "typings": "lib/index.d.ts",
36 "dependencies": {
37 "@akashic/akashic-cli-commons": "0.5.2",
38 "commander": "^2.16.0"
39 },
40 "publishConfig": {
41 "access": "public",
42 "@akashic:registry": "https://registry.npmjs.org/"
43 },
44 "gitHead": "6134111882b1e9861ea5b0b09b9d82046beb4531"
45}