-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 676 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 676 Bytes
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
{
"name": "abc-stumble",
"version": "1.1.0",
"description": "Stumble the ABC",
"main": "dist/background.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build src/background.js --no-minify",
"start": "parcel src/background.js --no-hmr",
"preinstall": "npx npm-force-resolutions"
},
"repository": {
"type": "git",
"url": "https://github.com/phocks/abc-stumble"
},
"author": "",
"license": "ISC",
"dependencies": {
"fast-xml-parser": "^3.17.4",
"lodash": "^4.17.19"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
},
"resolutions": {
"node-forge": "0.10.0"
}
}