forked from TheNetsky/community-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 833 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
{
"name": "community-extensions",
"version": "0.8.0",
"repositoryName": "Paperback Community Extensions (0.8)",
"description": "Community maintained Paperback extension repository",
"main": "index.js",
"scripts": {
"bundle": "npx paperback bundle",
"serve": "npx paperback serve",
"test": "npx paperback test",
"nodemon": "nodemon"
},
"author": "Netsky",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@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.7",
"@paperback/types": "^0.8.7",
"cheerio": "^1.0.0",
"html-entities": "^2.5.2"
}
}