forked from Paperback-iOS/extensions-main-promises
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 834 Bytes
/
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
{
"name": "extensions-main",
"version": "1.0.0",
"description": "The default source for Paperback, MangaDex",
"main": "index.js",
"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"
},
"author": "Faizan Durrani",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^7.27.0",
"eslint-plugin-modules-newline": "^0.0.6",
"typescript": "^4.7.2"
},
"dependencies": {
"paperback-cli": "^2.0.0-alpha.13",
"paperback-extensions-common": "^5.0.0-alpha.5"
}
}