-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 974 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
32
33
34
35
36
{
"name": "save-hash",
"version": "1.0.0",
"description": "",
"main": "saveHash.js",
"scripts": {
"start": "concurrently \"webpack --watch\" \"web-ext run\"",
"dev": "webpack",
"test": "jest",
"testWatch": "jest --watch",
"build": "web-ext build --ignore-files ./*.config.js ./*.md LICENSE util.js **/__*/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rahuldahal/save-hash.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rahuldahal/save-hash/issues"
},
"homepage": "https://github.com/rahuldahal/save-hash#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@testing-library/jest-dom": "^5.11.8",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"concurrently": "^5.3.0",
"jest": "^26.6.3",
"web-ext": "^5.4.1",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
}
}