UNPKG

@bcc-code/feathers-arangodb

Version:
72 lines (71 loc) 2.1 kB
{ "name": "@bcc-code/feathers-arangodb", "version": "6.0.1", "description": "ArangoDB Service/Adapter for FeathersJS", "homepage": "https://github.com/AnatidaeProject/feathers-arangodb", "main": "lib/", "types": "lib/", "author": "Brian McBride", "repository": { "type": "git", "url": "git://github.com/bcc-code/feathers-arangodb.git" }, "bugs": { "url": "https://github.com/Brian-McBride/feathers-arangodb/issues" }, "license": "MIT", "keywords": [ "feathers", "feathers-plugin", "REST", "Socket.io", "realtime", "arango", "arangodb", "service" ], "scripts": { "test": "npm run build && npm run coverage", "test:debug": "npm run build && npm run mocha:debug", "clean": "shx rm -rf lib/ && shx rm -rf test/data/", "coverage": "nyc npm run mocha", "mocha": "npm run clean && cross-env NODE_ENV=test LOGGING_LEVEL=info ts-mocha \"tests/*.ts\" --recursive --timeout 5000 --exit", "mocha:debug": "npm run clean && cross-env NODE_ENV=test ts-mocha \"tests/*.ts\" --inspect-brk=0.0.0.0:9555 --recursive --timeout 50000 --exit", "build": "tsc" }, "engines": { "node": ">= 8" }, "dependencies": { "@feathersjs/commons": "^4.5.3", "@feathersjs/errors": "^4.5.3", "@feathersjs/feathers": "^4.5.12", "@google-cloud/logging-winston": "^6.0.0", "arangojs": "^7.8.0", "lodash": "^4.17.21", "uberproto": "^2.0.6", "winston": "^3.3.4" }, "devDependencies": { "@types/chai": "^4.2.12", "@types/feathersjs__errors": "^3.3.2", "@types/feathersjs__express": "^1.1.6", "@types/feathersjs__feathers": "^3.1.5", "@types/feathersjs__socketio": "^3.0.7", "@types/lodash": "^4.14.152", "@types/mocha": "^8.0.3", "chai": "^4.2.0", "cross-env": "^7.0.2", "eslint": "^7.1.0", "mocha": "^10.4.0", "nodemon": "^3.1.0", "nyc": "^15.0.1", "prettier": "^2.0.5", "shx": "^0.3.2", "ts-mocha": "^7.0.0", "ts-node": "^8.10.1", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "typescript": "^5.4.5" } }