You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.0 KiB
JSON

{
"name": "cozo-node",
"version": "0.6.0",
"description": "Cozo database for NodeJS",
"main": "index",
"files": [
"index.js",
"LICENSE.txt"
],
"binary": {
"module_name": "cozo_node_prebuilt",
"host": "https://github.com/cozodb/cozo-lib-nodejs/releases/download/",
"remote_path": "{version}",
"package_name": "{napi_build_version}-{platform}-{arch}.tar.gz",
"module_path": "./native/{napi_build_version}",
"pkg_path": ".",
"napi_versions": [
6
]
},
"scripts": {
"install": "node-pre-gyp install",
"package": "node-pre-gyp package"
},
"author": "Ziyang Hu",
"license": "MIT",
"devDependencies": {
"cargo-cp-artifact": "^0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozodb/cozo-lib-nodejs.git"
},
"keywords": [
"database",
"datalog",
"graph"
],
"bugs": {
"url": "https://github.com/cozodb/cozo/issues"
},
"homepage": "https://www.cozodb.org",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.10"
}
}