github-projects/package.json

37 lines
646 B
JSON

{
"name": "bigchaindb-github-projects",
"private": true,
"version": "1.0.0",
"scripts": {
"start": "micro",
"test": "xo && ava"
},
"xo": {
"esnext": true,
"space": 4,
"semicolon": false,
"rules": {
"camelcase": 0
}
},
"dependencies": {
"chalk": "2.4.1",
"micro": "9.3.2",
"ms": "2.1.1",
"node-fetch": "2.2.0",
"request": "^2.85.0"
},
"devDependencies": {
"ava": "^0.25.0",
"request-promise": "^4.2.1",
"test-listen": "^1.1.0",
"xo": "^0.22.0"
},
"now": {
"alias": "bigchaindb-github.now.sh",
"env": {
"NODE_ENV": "production"
}
}
}