-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
45 lines (45 loc) · 1.14 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
42
43
44
45
{
"name": "uplink-nodejs",
"version": "1.2.6",
"description": "Storj-NodeJS bindings package",
"main": "dist/uplink.js",
"scripts": {
"test": "tsc test/testcase.ts && mocha --timeout 60000",
"preinstall": "make",
"install": "(node-gyp configure) && (node-gyp rebuild)",
"prepare": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storj-thirdparty/uplink-nodejs.git"
},
"keywords": [
"bindings",
"node",
"storj",
"tardigrade",
"uplink"
],
"author": "Utropicmedia",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/storj-thirdparty/uplink-nodejs/issues"
},
"homepage": "https://github.com/storj-thirdparty/uplink-nodejs#readme",
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/mocha": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"chai": "^4.2.0",
"eslint": "^7.6.0",
"mocha": "^8.2.1",
"typescript": "^4.0.5"
},
"dependencies": {
"@types/bindings": "^1.3.0",
"@types/node": "^14.14.10",
"bindings": "^1.5.0",
"node-gyp": "^7.0.0"
}
}