-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.67 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
55
56
57
{
"name": "nanika-storage",
"version": "3.0.2",
"description": "NanikaStorage - Nanika Storage",
"keywords": [
"ukagaka",
"ikagaka"
],
"main": "./dist/lib/nanika-storage.js",
"types": "./dist/lib/nanika-storage.d.ts",
"files": [
"src",
"dist",
"web"
],
"scripts": {
"prepare": "npm run dist",
"prepublishOnly": "npm run lint && npm run test",
"dist": "npm run node",
"node": "shx rm -rf dist && cross-env NODE_ENV=production tsc",
"lint": "npm run tslint",
"tslint": "tslint -p .",
"test": "npm run test-node",
"test-node": "cross-env NODE_ENV=test nyc mocha",
"docdist": "cd doc && git clean -fd && git rm -rf * && cd .. && npm run doc && cd doc && touch .nojekyll && git add . && git commit -m doc && git push",
"doc": "typedoc --mode modules --out doc --readme Readme.md --name \"API Document\" --disableOutputCheck --includeDeclarations --excludeNotExported lib && cd doc && git status && cd .."
},
"dependencies": {
"fso": "^2.5.15",
"ukagaka-install-descript-info": "^2.0.0"
},
"devDependencies": {
"@types/encoding-japanese": "^1.0.15",
"@types/mocha": "^5.0.0",
"@types/node": "^10.0.3",
"@types/power-assert": "^1.4.29",
"cross-env": "^5.1.3",
"espower-typescript": "^9.0.0",
"mocha": "^5.0.0",
"mock-fs": "^4.4.2",
"nyc": "^12.0.1",
"power-assert": "^1.4.4",
"shx": "^0.3.0",
"tslint": "^5.9.1",
"typedoc": "^0.13.0",
"typescript": "^2.7.2"
},
"author": {
"name": "narazaka",
"url": "http://narazaka.net/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ikagaka/NanikaStorage.git"
}
}