-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.84 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
62
{
"name": "sanajk",
"version": "1.0.6",
"description": "Ukagaka SHIORI subsystem 'SanaJK'",
"keywords": [
"sanajk",
"ukagaka",
"shiori"
],
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"files": [
"dist/lib"
],
"scripts": {
"prepare": "npm run dist",
"prepublishOnly": "npm run lint && npm run test",
"dist": "shx rm -rf dist && tsc",
"clean": "shx rm -rf dist",
"test": "mocha",
"lint": "run-s -c lint:*",
"lint:eslint": "eslint .",
"lint:prettier": "prettier --check .",
"fix": "run-s -c fix:*",
"fix:eslint": "npm run lint:eslint -- --fix",
"fix:prettier": "prettier --write .",
"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 file --out doc --readme Readme.md --disableOutputCheck src/lib && cd doc && git status && cd .."
},
"dependencies": {
"fso": "^2.7.0",
"shiorack": "^2.3.1",
"shiori-request-helper": "^2.3.0",
"shiorijk": "^1.1.2"
},
"devDependencies": {
"@types/mocha": "^5.0.0",
"@types/node": "^11.9.0",
"@types/power-assert": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.16.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"espower-typescript": "^9.0.0",
"mocha": "^6.0.0",
"npm-run-all": "^4.1.5",
"power-assert": "^1.6.1",
"prettier": "^2.2.1",
"shx": "^0.3.0",
"typedoc": ">= 0.20.0",
"typescript": "^4.1.3"
},
"url": "https://github.com/Narazaka/sanajk",
"author": "Narazaka",
"license": "Zlib",
"repository": {
"type": "git",
"url": "https://github.com/Narazaka/sanajk.git"
}
}