joyent-portal/packages/cp-gql-mock-server/package.json

57 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "joyent-cp-gql-mock-server",
"version": "1.0.4",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
"main": "src/index.js",
"scripts": {
"lint": "eslint . --fix",
"lint-ci": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/cp-gql-mock-server.xml",
"test": "NODE_ENV=test nyc --reporter=lcov --reporter=text ava --verbose",
"test-ci": "NODE_ENV=test nyc --report-dir=$CIRCLE_ARTIFACTS/cp-gql-mock-server --reporter=lcov --reporter=text ava --verbose --tap | tap-xunit > $CIRCLE_TEST_REPORTS/test/cp-gql-mock-server.xml",
"start": "node src/index.js",
2017-08-04 01:56:57 +03:00
"dev": "PORT=3000 nodemon src/index.js",
2017-08-31 19:45:34 +03:00
"prepublish": "echo 0"
},
"dependencies": {
"apr-map": "^1.0.5",
2017-07-20 13:57:33 +03:00
"build-array": "^1.0.0",
"camel-case": "^3.0.0",
"crocket": "^0.9.11",
"deep-object-diff": "^1.0.4",
"force-array": "^3.1.0",
2017-08-28 22:46:04 +03:00
"good": "^7.3.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.2",
2017-08-28 22:46:04 +03:00
"graphi": "^3.0.0",
"hapi": "^16.5.2",
2017-07-21 17:08:15 +03:00
"hasha": "^3.0.0",
2017-08-30 19:42:17 +03:00
"joyent-cp-gql-schema": "^1.7.0",
"js-yaml": "^3.9.1",
"lodash.find": "^4.6.0",
2017-07-20 13:57:33 +03:00
"lodash.findindex": "^4.6.0",
"lodash.flatten": "^4.4.0",
"param-case": "^2.1.1"
},
"devDependencies": {
"apollo-client": "^1.9.2",
2017-08-28 22:46:04 +03:00
"ava": "^0.22.0",
2017-07-21 17:08:15 +03:00
"delay": "^2.0.0",
2017-08-28 22:46:04 +03:00
"eslint": "^4.5.0",
2017-08-30 19:42:17 +03:00
"eslint-config-joyent-portal": "3.0.0",
2017-08-28 22:46:04 +03:00
"execa": "^0.8.0",
"lodash.sortby": "^4.7.0",
2017-07-21 17:08:15 +03:00
"mz": "^2.6.0",
"node-fetch": "^1.7.2",
2017-07-21 17:08:15 +03:00
"nodemon": "^1.11.0",
2017-08-28 22:46:04 +03:00
"nyc": "^11.1.0",
2017-07-21 17:08:15 +03:00
"tap-xunit": "^1.7.0"
},
"ava": {
2017-08-28 22:21:08 +03:00
"files": ["test/*.js"],
"source": ["src/*.js"],
2017-07-21 17:08:15 +03:00
"failFast": true
}
}