-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1.04 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
{
"name": "nczi-vakcinacia-extension",
"version": "0.3.4",
"description": "<p float=\"left\"> <img src=\"screenshots/www.old.korona.gov.sk_covid-19-vaccination-form.php(Laptop%20with%20MDPI%20screen)%20(1).png\" alt=\"Page with saved forms\" width=\"250\"/>",
"main": "mainfest.json",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"build": "web-ext build -i 'README.md' -i 'screenshots' -i 'stats' -i 'coverage' -i '**/*.test.js' -i '*.config.js' -i 'package*.json' --overwrite-dest --filename nczi-vakcinacia-extension-$npm_package_version.zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pomali/nczi-vakcinacia-extension.git"
},
"keywords": [
"chrome-extension",
"slovakia",
"firefox-addon"
],
"author": "pom",
"license": "MIT",
"bugs": {
"url": "https://github.com/pomali/nczi-vakcinacia-extension/issues"
},
"homepage": "https://github.com/pomali/nczi-vakcinacia-extension#readme",
"devDependencies": {
"jest": "^26.6.3",
"web-ext": "^6.0.0"
}
}