-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 1.08 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "bullet-catcher",
"version": "3.0.5",
"description": "Restrict put on gun server",
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "standard && ava",
"coverage": "nyc ava",
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zrrrzzt/bullet-catcher.git"
},
"keywords": [],
"author": "Geir Gåsodden <[email protected]> (https://github.com/zrrrzzt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zrrrzzt/bullet-catcher/issues"
},
"homepage": "https://github.com/zrrrzzt/bullet-catcher#readme",
"engines": {
"node": ">=12.16.3"
},
"devDependencies": {
"ava": "3.15.0",
"coveralls": "3.1.1",
"gun": "0.2020.1235",
"nyc": "15.1.0",
"standard": "16.0.4"
},
"peerDependencies": {
"gun": "0.2020.1235"
},
"dependencies": {
"is-fn": "3.0.0"
}
}