-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.5 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "openreferral-validator",
"private": false,
"version": "1.0.1",
"description": "Open Referral - Validator microservice",
"dependencies": {
"axios": "^0.18.0",
"boom": "^7.3.0",
"datapackage": "^1.1.1",
"hapi": "^17.8.1",
"hapi-swaggered": "^3.0.3",
"hoek": "^6.1.2",
"inert": "^5.1.2",
"joi": "^14.3.1",
"lodash": "^4.17.11",
"nconf": "^0.10.0",
"recursive-readdir": "^2.2.2",
"tableschema": "^1.9.1",
"vision": "^5.4.4",
"winston": "^3.1.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"form-data": "^2.3.3",
"hubot-test-helper": "^1.9.0",
"mocha": "^5.2.0",
"nodemon": "^1.12.1",
"sinon": "^7.2.2",
"sinon-chai": "^2.14.0",
"standard-version": "^5.0.0",
"stream-to-promise": "^2.2.0",
"webpack": "^4.28.4",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"start": "node src/app.js",
"dev": "env $(cat .env) NODE_ENV=dev node_modules/.bin/nodemon --ignore src/js/ --ignore src/static/ --ext js,html src/app.js",
"test": "mocha --recursive --colors test/",
"release": "standard-version"
},
"main": "src/server.js",
"author": "@spilio",
"license": "MIT"
}