-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.76 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
58
59
60
61
{
"name": "ghost-kernel",
"version": "5.0.13",
"description": "ikagaka ghost kernel",
"keywords": [
"ikagaka",
"ukagaka"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"lib/*.d.ts"
],
"scripts": {
"prepare": "npm run dist",
"prepublishOnly": "npm run lint",
"dist": "shx rm -rf dist && tsc",
"lint": "npm run tslint",
"tslint": "tslint -p .",
"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 src && cd doc && git status && cd .."
},
"dependencies": {
"cuttlebone": "^0.2.7",
"encoding-japanese": "^1.0.26",
"lazy-event-router": "^8.0.2",
"nanika-storage": "^3.0.0",
"sakurascript": "^1.1.2",
"sakurascript-executer": "^2.0.3",
"shiori_transaction": "^2.0.4",
"shiorif": "^3.0.0",
"shiorijk": "^1.0.0",
"shioriloader": "^2.0.1",
"ukagaka-timer-event-source": "^0.2.0"
},
"devDependencies": {
"@types/encoding-japanese": "^1.0.15",
"@types/mocha": "^5.0.0",
"@types/node": "^9.3.0",
"@types/power-assert": "^1.4.29",
"cross-env": "^5.1.3",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"power-assert": "^1.4.4",
"shx": "^0.2.2",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
},
"url": "https://github.com/Ikagaka/ghost-kernel.js",
"author": {
"name": "Narazaka",
"email": "[email protected]",
"url": "https://narazaka.net/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ikagaka/ghost-kernel.js.git"
}
}