-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (42 loc) · 999 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
40
41
42
43
{
"name": "nodearrow",
"main": "./lib/nodearrow.js",
"version": "0.1.1",
"description": "nodearrow",
"gypfile": true,
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.0",
"node-addon-api": "*",
"node-gyp": "^7.1.2",
"apache-arrow": "^9.0.0"
},
"binary": {
"module_name": "nodearrow",
"module_path": "./lib/binding/",
"host": "https://nodearrow.s3.amazonaws.com"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "mocha -R spec --timeout 480000",
"pack": "node-pre-gyp package"
},
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"aws-sdk": "^2.790.0",
"chai": "^4.3.6",
"jsdoc3-parser": "^2.0.0",
"mocha": "^8.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duckdlabs/nodearrow.git"
},
"author": "Hannes Mühleisen",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/duckdblabs/nodearrow/issues"
}
}