js-node-arango
Version:
NodeJS ArangoDB Provider
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "js-node-arango",
"version": "1.0.0",
"description": "NodeJS ArangoDB Provider",
"homepage": "https://github.com/pkg-wizard/js-node-arango",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pkg-wizard/js-node-arango.git"
},
"scripts": {
"test": "jest -c ./jest.config.js",
"build": "tsc",
"clean": "rm -r ./dist"
},
"bugs": {
"url": "https://github.com/pkg-wizard/js-node-arango/issues"
},
"dependencies": {
"arangojs": "^7.8.0",
"http-status": "^2.1.0",
"js-node-errors": "^1.0.0",
"js-node-logger": "^1.0.2"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.4",
"prettier": "^3.5.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"keywords": [
"arangodb"
],
"author": "pkg-wizard",
"license": "MIT"
}