-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "@croosdb/crossdb-nodejs",
"version": "1.4.1",
"main": "index.js",
"author": "Efrem Ropelato",
"contributors":[
{
"name": "Efrem Ropelato",
"email": "[email protected]",
"url": "https://efremropelato.github.io/"
}
],
"license": "MIT",
"description": "CroosDB Nodejs driver",
"keywords": [],
"gypfile": true,
"homepage": "https://crossdb.org/",
"repository": {
"type": "git",
"url": "[email protected]:crossdb-org/crossdb-nodejs.git"
},
"bugs": {
"url": "https://github.com/crossdb-org/crossdb-nodejs/issues"
},
"scripts": {
"test": "node example/index.js",
"build:dev": "node-gyp -j 16 build --debug",
"build": "node-gyp -j 16 build",
"rebuild:dev": "node-gyp -j 16 rebuild --debug",
"rebuild": "node-gyp -j 16 rebuild",
"clean": "node-gyp clean",
"install": "node-gyp rebuild"
},
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^8.2.2"
},
"devDependencies": {
"node-gyp": "^10.2.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}