forked from oprogramador/arangodb-error-codes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 910 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "arangodb-error-codes",
"version": "1.0.15",
"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": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-improved": "^4.0.14",
"lodash": "^4.17.15",
"mocha": "^7.0.1"
}
}