forked from Moomooo95/moomooo95-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 950 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
{
"name": "moomooo95-extensions",
"version": "1.0.0",
"repositoryName": "Moomooo95's Extensions",
"description": "Multiple french sources for Paperback 0.8",
"scripts": {
"bundle": "npx paperback bundle",
"serve": "npx paperback serve",
"test": "npx paperback test",
"nodemon": "nodemon"
},
"author": "Moomooo95",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/cheerio": "^0.22.21",
"@types/node": "^20.4.2",
"@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",
"cheerio": "^1.0.0-rc.12",
"entities": "^4.4.0",
"moment": "^2.29.4",
"nodemon": "^2.0.22",
"ts-node": "^10.2.1"
}
}