-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 861 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
{
"name": "jreader",
"version": "1.0.0",
"description": "Japanese reader",
"main": "jreader.js",
"dependencies": {
"eslint-plugin-no-floating-promise": "^1.0.1",
"web-ext": "^5.0.0"
},
"devDependencies": {
"eslint": "^7.9.0",
"eslint-plugin-jquery": "^1.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "web-ext run --verbose",
"build": "web-ext build --overwrite-dest",
"sign": "export `cat .env` && web-ext sign --api-key $WEB_EXT_API_KEY --api-secret $WEB_EXT_API_SECRET"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mathias9807/JReader.git"
},
"author": "Mathias Johansson",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mathias9807/JReader/issues"
},
"homepage": "https://github.com/Mathias9807/JReader#readme"
}