forked from Paperback-iOS/extensions-main-promises
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 966 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
28
29
30
31
32
33
34
{
"name": "extensions-vn",
"version": "1.2.0",
"repositoryName": "Extensions-VN (0.8)",
"description": "Extensions for Vietnamese!",
"main": "index.js",
"scripts": {
"bundle": "npx paperback bundle",
"serve": "npx paperback serve",
"test": "npx paperback test",
"nodemon": "nodemon",
"log": "paperback logcat --ip=192.168.1.2"
},
"author": "Hoang3402",
"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",
"crypto-js": "^4.1.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",
"cheerio": "^1.0.0-rc.12",
"entities": "^4.4.0",
"nodemon": "^3.0.1",
"ts-node": "^10.2.1"
}
}