UNPKG

@openland/foundationdb-core

Version:

Node.js bindings for the FoundationDB database

50 lines (49 loc) 1.01 kB
{ "name": "@openland/foundationdb-core", "version": "3.3.1", "description": "Node.js bindings for the FoundationDB database", "keywords": [ "foundationdb", "fdb", "database", "NoSQL", "ACID" ], "homepage": "https://foundationdb.org", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "cpu": [ "x64" ], "files": [ "lib", "native", "prebuilds", "binding.gyp" ], "scripts": { "install": "node-gyp-build" }, "dependencies": { "nan": "^2.13.2", "node-gyp-build": "^4.1.0" }, "devDependencies": { "@types/bindings": "^1.3.0", "@types/node": "^12.0.0", "@types/xml2js": "^0.4.3", "prebuildify": "^3.0.0", "prebuildify-ci": "^1.0.1", "xml2js": "^0.4.19" }, "repository": { "type": "git", "url": "git+https://github.com/josephg/node-foundationdb.git" }, "engines": { "node": ">=8.0.0" }, "gypfile": true, "gitHead": "947cd84c0bee8146dd52301ae502218eb4db6aa1" }