forked from Comparative-Inc/comparative-parquet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 823 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
{
"name": "comparative-parquet",
"version": "1.0.0",
"description": "Native arrow bindings for parquet files",
"keywords": [
"parquet",
"arrow"
],
"homepage": "https://github.com/Comparative-Inc/comparative-parquet",
"repository": {
"type": "git",
"url": "git+https://github.com/Comparative-Inc/comparative-parquet.git"
},
"main": "lib/index.js",
"scripts": {
"postinstall": "./scripts/install.sh",
"configure": "npx node-gyp configure --release",
"configure:debug": "npx node-gyp configure --debug",
"build": "npx node-gyp build",
"compile-commands": "./scripts/generate-compile-commands.sh",
"//end": "true"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"bindings": "~1.5.0",
"node-addon-api": "^4.0.0",
"node-gyp": "^8.1.0"
}
}