2017-05-18 21:21:33 +03:00
|
|
|
{
|
|
|
|
"name": "joyent-cp-gql-mock-server",
|
2017-05-25 18:04:32 +03:00
|
|
|
"version": "1.0.4",
|
2017-05-18 21:21:33 +03:00
|
|
|
"private": true,
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"repository": "github:yldio/joyent-portal",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
2017-05-31 04:55:24 +03:00
|
|
|
"lint": "eslint . --fix",
|
|
|
|
"lint-ci": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/cp-gql-mock-server.xml",
|
2017-07-21 17:08:15 +03:00
|
|
|
"test": "nyc --reporter=lcov --reporter=text ava --verbose",
|
2017-08-03 12:59:27 +03:00
|
|
|
"test-ci": "echo 0 `# nyc --report-dir=$CIRCLE_ARTIFACTS/cp-gql-mock-server --reporter=lcov --reporter=text ava --tap | tap-xunit > $CIRCLE_TEST_REPORTS/test/cp-gql-mock-server.xml`",
|
2017-05-25 17:57:57 +03:00
|
|
|
"start": "node src/index.js",
|
2017-08-04 01:56:57 +03:00
|
|
|
"dev": "PORT=3000 nodemon src/index.js",
|
|
|
|
"postinstall": "echo 0"
|
2017-05-18 21:21:33 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-07-20 13:57:33 +03:00
|
|
|
"build-array": "^1.0.0",
|
2017-06-09 07:26:25 +03:00
|
|
|
"camel-case": "^3.0.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"good": "^7.2.0",
|
|
|
|
"good-console": "^6.4.0",
|
|
|
|
"good-squeeze": "^5.0.2",
|
2017-06-09 07:26:25 +03:00
|
|
|
"graphi": "^2.2.1",
|
|
|
|
"hapi": "^16.4.3",
|
2017-07-21 17:08:15 +03:00
|
|
|
"hasha": "^3.0.0",
|
2017-06-16 22:41:57 +03:00
|
|
|
"joi": "^10.6.0",
|
2017-06-09 07:26:25 +03:00
|
|
|
"joyent-cp-gql-schema": "^1.0.4",
|
|
|
|
"js-yaml": "^3.8.4",
|
2017-07-14 14:15:13 +03:00
|
|
|
"lodash.find": "^4.6.0",
|
2017-07-20 13:57:33 +03:00
|
|
|
"lodash.findindex": "^4.6.0",
|
2017-07-14 14:15:13 +03:00
|
|
|
"lodash.flatten": "^4.4.0",
|
2017-07-20 13:57:33 +03:00
|
|
|
"lodash.random": "^3.2.0",
|
2017-07-14 14:15:13 +03:00
|
|
|
"lodash.uniq": "^4.5.0",
|
2017-06-09 07:26:25 +03:00
|
|
|
"param-case": "^2.1.1",
|
2017-06-16 22:41:57 +03:00
|
|
|
"uuid": "^3.1.0"
|
2017-05-18 21:21:33 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-07-21 17:08:15 +03:00
|
|
|
"apollo-client": "^1.9.0-1",
|
|
|
|
"ava": "^0.21.0",
|
|
|
|
"delay": "^2.0.0",
|
2017-06-17 00:45:45 +03:00
|
|
|
"eslint": "^3.19.0",
|
2017-06-21 19:48:15 +03:00
|
|
|
"eslint-config-joyent-portal": "2.0.0",
|
2017-07-21 17:08:15 +03:00
|
|
|
"execa": "^0.7.0",
|
|
|
|
"mz": "^2.6.0",
|
|
|
|
"nodemon": "^1.11.0",
|
|
|
|
"nyc": "^11.0.3",
|
|
|
|
"tap-xunit": "^1.7.0"
|
|
|
|
},
|
|
|
|
"ava": {
|
2017-07-26 17:28:14 +03:00
|
|
|
"files": ["test/*.js"],
|
|
|
|
"source": ["src/*.js"],
|
2017-07-21 17:08:15 +03:00
|
|
|
"failFast": true
|
2017-05-18 21:21:33 +03:00
|
|
|
}
|
|
|
|
}
|