forked from stefanw/bibbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "voebbot",
"version": "0.19.0",
"description": "VÖBBot removes paywalls of German media sites",
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel-jest": "^27.5.0",
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"jest": "^27.5.0",
"jest-puppeteer": "^6.1.0",
"node-fetch": "^3.2.0",
"puppeteer-core": "^13.1.3",
"rollup": "^2.42.0"
},
"scripts": {
"start": "rollup -c -w",
"build": "rollup -c",
"lint": "eslint",
"test": "jest",
"version": "gsed -i '4s/\"version\": \".*\",/\"version\": \"'\"$(jq -r .version package.json)\"'\",/' manifest.json && git add manifest.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanw/voebbot.git"
},
"author": "Stefan Wehrmeyer",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/stefanw/voebbot/issues"
},
"homepage": "https://stefanw.github.io/voebbot/"
}