-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 937 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
{
"name": "bc-merch-sort-firefox-extension",
"version": "1.0.0",
"description": "A firefox extension for sorting sold-out bandcamp merch to the bottom of the page",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "web-ext run --source-dir ./dist --watch-file ./dist/index.js --start-url https://specific.bandcamp.com/merch --browser-console --verbose",
"build": "web-ext build --source-dir ./dist --artifacts-dir ./build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dtphelan1/bc-merch-sort-firefox-extension.git"
},
"keywords": [
"bandcamp"
],
"author": "Dylan P",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dtphelan1/bc-merch-sort-firefox-extension/issues"
},
"homepage": "https://github.com/Dtphelan1/bc-merch-sort-firefox-extension#readme",
"devDependencies": {
"web-ext": "^6.7.0"
}
}