{ "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": "nyc --reporter=lcov --reporter=text ava --verbose", "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`", "start": "node src/index.js", "dev": "PORT=3000 nodemon src/index.js", "postinstall": "echo 0" }, "dependencies": { "build-array": "^1.0.0", "camel-case": "^3.0.0", "force-array": "^3.1.0", "good": "^7.2.0", "good-console": "^6.4.0", "good-squeeze": "^5.0.2", "graphi": "^2.2.1", "hapi": "^16.4.3", "hasha": "^3.0.0", "joi": "^10.6.0", "joyent-cp-gql-schema": "^1.0.4", "js-yaml": "^3.9.1", "lodash.find": "^4.6.0", "lodash.findindex": "^4.6.0", "lodash.flatten": "^4.4.0", "lodash.random": "^3.2.0", "lodash.uniq": "^4.5.0", "param-case": "^2.1.1", "uuid": "^3.1.0" }, "devDependencies": { "apollo-client": "^1.9.0-1", "ava": "^0.21.0", "delay": "^2.0.0", "eslint": "^3.19.0", "eslint-config-joyent-portal": "2.0.0", "execa": "^0.7.0", "mz": "^2.6.0", "nodemon": "^1.11.0", "nyc": "^11.0.3", "tap-xunit": "^1.7.0" }, "ava": { "files": [ "test/*.js" ], "source": [ "src/*.js" ], "failFast": true } }