2016-10-10 18:37:26 +03:00
|
|
|
{
|
2017-05-18 21:21:33 +03:00
|
|
|
"name": "cloudapi-gql",
|
2017-10-03 13:57:18 +03:00
|
|
|
"version": "2.0.0",
|
2017-01-03 16:30:58 +02:00
|
|
|
"license": "MPL-2.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"repository": "github:yldio/joyent-portal",
|
2017-10-03 13:57:18 +03:00
|
|
|
"main": "src/schema/index.js",
|
2016-10-10 19:38:58 +03:00
|
|
|
"scripts": {
|
2017-10-03 13:57:18 +03:00
|
|
|
"lint": "eslint . --fix --ext .js --ext .graphql",
|
2017-10-25 20:09:02 +03:00
|
|
|
"fmt": "prettier --write --single-quote src/**/*.js src/*.js src/**/*.graphql",
|
2017-06-01 17:57:28 +03:00
|
|
|
"test": "echo 0",
|
|
|
|
"test-ci": "echo 0",
|
2017-10-03 13:57:18 +03:00
|
|
|
"start": "PORT=4000 node src/server.js",
|
|
|
|
"dev": "CORS=1 PORT=4000 nodemon src/server.js",
|
|
|
|
"fake": "graphql-faker ./src/schema/schema.graphql -p 4000",
|
|
|
|
"prepublish": "echo 0",
|
|
|
|
"graphdoc": "graphdoc -s ./src/schema/schema.graphql -o ./doc --force",
|
|
|
|
"faker": "graphql-faker ./src/schema/schema.graphql"
|
2016-10-10 19:38:58 +03:00
|
|
|
},
|
2016-10-10 18:37:26 +03:00
|
|
|
"dependencies": {
|
2017-10-03 13:57:18 +03:00
|
|
|
"@2fd/graphdoc": "^2.4.0",
|
|
|
|
"apollo-errors": "^1.5.1",
|
2017-10-31 12:03:44 +02:00
|
|
|
"apollo-server-hapi": "^1.1.7",
|
2017-09-27 16:00:46 +03:00
|
|
|
"apr-awaitify": "^1.0.4",
|
2017-10-03 13:57:18 +03:00
|
|
|
"boom": "^6.0.0",
|
2017-08-28 22:46:04 +03:00
|
|
|
"bunyan": "^1.8.12",
|
2017-04-13 20:33:59 +03:00
|
|
|
"dotenv": "^4.0.0",
|
2017-10-03 13:57:18 +03:00
|
|
|
"execa": "^0.8.0",
|
|
|
|
"force-array": "^3.1.0",
|
|
|
|
"good": "^7.3.0",
|
|
|
|
"good-console": "^6.4.0",
|
|
|
|
"good-squeeze": "^5.0.2",
|
2017-10-31 12:03:44 +02:00
|
|
|
"graphql-playground": "^1.0.33",
|
|
|
|
"graphql-tools": "^2.6.1",
|
2017-10-03 13:57:18 +03:00
|
|
|
"graphql-voyager": "^1.0.0-rc.9",
|
|
|
|
"hapi": "^16.6.2",
|
|
|
|
"hasha": "^3.0.0",
|
|
|
|
"inert": "^4.2.1",
|
2017-10-25 20:09:02 +03:00
|
|
|
"lodash.get": "^4.4.2",
|
2017-09-27 16:00:46 +03:00
|
|
|
"node-fetch": "^1.7.3",
|
2017-10-03 13:57:18 +03:00
|
|
|
"smartdc-auth": "^2.5.6",
|
|
|
|
"triton": "^5.4.0"
|
2016-10-10 18:37:26 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-10-31 12:03:44 +02:00
|
|
|
"eslint": "^4.9.0",
|
|
|
|
"eslint-config-joyent-portal": "^3.2.0",
|
2017-10-09 21:01:34 +03:00
|
|
|
"eslint-plugin-graphql": "^1.4.0-1",
|
2017-10-31 12:03:44 +02:00
|
|
|
"graphql-faker": "^1.5.0",
|
2017-10-03 13:57:18 +03:00
|
|
|
"nodemon": "^1.12.1",
|
|
|
|
"prettier": "^1.7.4"
|
|
|
|
},
|
|
|
|
"nodemonConfig": {
|
2017-10-25 20:09:02 +03:00
|
|
|
"ignore": [
|
|
|
|
"doc/*"
|
|
|
|
]
|
2016-10-10 18:37:26 +03:00
|
|
|
}
|
|
|
|
}
|