arangodb-error-codes
Version:
Error codes for ArangoDB
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "arangodb-error-codes",
"version": "1.1.11",
"description": "Error codes for ArangoDB",
"main": "./build/index.js",
"scripts": {
"build": "babel app --out-dir build",
"lint": "eslint app",
"prepublishOnly": "npm run build",
"test": "mocha -r babel-register --recursive app/tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oprogramador/arangodb-error-codes.git"
},
"keywords": [
"arango",
"arangodb",
"error",
"errors",
"codes",
"numbers"
],
"license": "MIT",
"devDependencies": {
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.1.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.3.4",
"eslint": "^7.23.0",
"eslint-config-airbnb-improved": "^5.0.0",
"lodash": "^4.17.21",
"mocha": "^8.3.2",
"semantic-release": "19"
}
}