joyent-portal/packages/portal-api/package.json

34 lines
837 B
JSON

{
"name": "portal-api",
"version": "1.0.0",
"description": "",
"main": "./lib/index.js",
"scripts": {
"bootstrap": "node ./bootstrap-data",
"lint": "belly-button",
"rethinkdb-up": "docker run -d -p 8080:8080 -p 28015:28015 -p 29015:29015 --name rethinkdb rethinkdb",
"rethinkdb-down": "docker rm -f rethinkdb",
"test": "exit 0 # npm run lint && lab -t 97"
},
"keywords": [],
"author": "wyatt",
"license": "MPL-2.0",
"devDependencies": {
"belly-button": "^3.1.0",
"code": "^4.0.0",
"hapi": "^16.1.1",
"hapi-swagger": "^7.7.0",
"inert": "^4.2.0",
"lab": "^13.0.2",
"vision": "^4.1.1"
},
"dependencies": {
"boom": "^4.3.1",
"graphi": "^2.0.0",
"hoek": "^4.1.1",
"joi": "^10.4.1",
"joyent-cp-gql-schema": "^1.0.4",
"portal-data": "^1.0.0"
}
}