forked from ningen2605/extensions-generic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 910 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
{
"name": "extensions-official",
"version": "1.0.0",
"description": "Community maintained Paperback extension repository",
"main": "index.js",
"scripts": {
"bundle": "paperback bundle",
"serve": "paperback serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Paperback-iOS/extensions-official.git"
},
"author": "Paperback Community",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Paperback-iOS/extensions-official/issues"
},
"homepage": "https://github.com/Paperback-iOS/extensions-official#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-plugin-modules-newline": "^0.0.6",
"typescript": "^4.3.2"
},
"dependencies": {
"paperback-cli": "^1.4.0",
"paperback-extensions-common": "^3.5.2"
}
}