forked from phiefferj24/paperback-sources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.39 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "extensions-jimiswaytooepic",
"repositoryName": "JimIsWayTooEpic's Extensions",
"version": "2.0.1",
"description": "JimIsWayTooEpic's extensions for Paperback",
"main": "index.js",
"GITHUB_REPOSITORY": "",
"baseURL": "https://phiefferj24.github.io/paperback-sources/master/",
"scripts": {
"bundle": "paperback bundle",
"serve": "paperback serve",
"eslint": "eslint src",
"test": "ts-mocha src/tests/DynastyScans.test.ts"
},
"author": "JimIsWayTooEpic",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Paperback-iOS/extensions-official/issues"
},
"browser": {
"image-encode": "./node_modules/image-encode/index.js"
},
"homepage": "https://github.com/Paperback-iOS/extensions-official#readme",
"devDependencies": {
"@types/mocha": "^9.1.0",
"@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.5.5"
},
"dependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"cheerio": "^1.0.0-rc.10",
"image-decode": "^1.2.2",
"image-encode": "^1.3.1",
"mocha": "^9.2.0",
"node-gyp": "^8.4.1",
"node-pre-gyp": "^0.17.0",
"paperback-cli": "^2.0.0-alpha.11",
"paperback-extensions-common": "^5.0.0-alpha.5",
"request": "^2.88.2",
"ts-mocha": "^9.0.2"
}
}