-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
33 lines (33 loc) · 1.07 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
{
"name": "nmn-extension-0.8",
"repositoryName": "NMN's Extensions (0.8)",
"version": "0.8.0",
"description": "NMN's Extensions (0.8)",
"author": "pandeynmn",
"main": "index.js",
"scripts": {
"bundle": "paperback bundle",
"serve": "paperback serve",
"debug": "paperback logcat --ip=100.64.9.88",
"test": "node_modules/.bin/mocha --timeout 300000 -r ts-node/register src/**/*.test.ts"
},
"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"
}
}