forked from piperun/torrent-clipper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 687 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 687 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
{
"name": "torrent-clipper",
"version": "0.2.15",
"repository": "git@github.com:piperun/torrent-clipper.git",
"license": "LGPL",
"type": "module",
"scripts": {
"start": "web-ext run --source-dir ./src/",
"startdev": "web-ext run --source-dir ./src/",
"build": "web-ext build --source-dir ./src/",
"test": "mocha --require ./test/env.js 'test/**/*.js'"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/chrome": "^0.0.126",
"@types/mocha": "^8.0.0",
"chai": "^4.2.0",
"fetch-mock": "^9.10.4",
"jsdom": "^16.3.0",
"mocha": "^8.0.0",
"node-fetch": "^2.6.0",
"sinon-chrome": "^3.0.1",
"web-ext": "^5.0.0"
}
}