-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 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
{
"name": "nmn-extension-foreign-0.8",
"repositoryName": "NmN's Foreign Extensions (0.8)",
"version": "2.0.0",
"description": "Repo for non-english manga sources. (0.8)",
"main": "index.js",
"scripts": {
"bundle": "npx paperback bundle",
"serve": "npx paperback serve",
"debug": "npx paperback logcat --ip=192.168.29.226",
"test": "node_modules/.bin/mocha --timeout 300000 -r ts-node/register src/**/*.test.ts"
},
"author": "NmN",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/cheerio": "^0.22.21",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^7.27.0",
"eslint-plugin-modules-newline": "^0.0.6",
"typescript": "^4.9.5"
},
"dependencies": {
"@paperback/toolchain": "0.8.0-alpha.47",
"@paperback/types": "0.8.0-alpha.47",
"@types/crypto-js": "^4.1.1",
"cheerio": "^1.0.0-rc.12",
"crypto-js": "^4.1.1",
"entities": "^4.4.0",
"nodemon": "^2.0.22",
"ts-node": "^10.2.1"
}
}