-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 995 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
37
38
39
{
"name": "uplink-js",
"version": "0.1.0",
"description": "ES9+ compatible Storj bindings for Node, for use with Tardigrade.",
"main": "lib/uplink.js",
"scripts": {
"test": "jest test/*.test.js --coverage",
"install": "make build && (node-gyp configure) && (node-gyp rebuild)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storj-thirdparty/uplink-js.git"
},
"keywords": [
"bindings",
"node",
"storj",
"tardigrade",
"uplink"
],
"author": "Monty Anderson<work@montyanderson.net>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/storj-thirdparty/uplink-js/issues"
},
"homepage": "https://github.com/storj-thirdparty/uplink-js#readme",
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "^7.6.0",
"jest": "^26.4.2",
"koa": "^2.13.0",
"mime-types": "^2.1.27"
},
"dependencies": {
"bindings": "^1.5.0",
"it-to-stream": "^0.1.2",
"node-gyp": "^7.0.0"
}
}