forked from swimmingrose/extensions-gamefuzzy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.36 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
{
"name": "extensions-gamefuzzy",
"repositoryName": "GameFuzzy's Extensions",
"version": "1.0.0",
"description": "Additional sources for Paperback",
"scripts": {
"start": "tsc && node dist/api.js",
"build": "tsc",
"test": "node_modules/.bin/mocha --timeout 300000 -r ts-node/register src/**/*.test.ts",
"coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test",
"bundle": "paperback bundle",
"serve": "paperback serve -p 8000"
},
"author": "GameFuzzy",
"license": "MIT",
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cheerio": "^0.22.0",
"paperback-cli": "^2.0.0-alpha.13",
"paperback-extensions-common": "^5.0.0-alpha.7",
"protobufjs": "^6.11.2",
"ts-mocha": "^7.0.0",
"tsify": "^4.0.2"
},
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/chai-as-promised": "^7.1.4",
"@types/cheerio": "^0.22.21",
"@types/mocha": "^7.0.2",
"@types/node": "^16.7.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.32.0",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"eslint-plugin-modules-newline": "^0.0.6",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"prettier-eslint": "^13.0.0",
"typedoc": "^0.17.6",
"typescript": "^4.4.2"
}
}