{ "name": "cloudapi-gql", "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/cloudapi-gql.xml", "test": "echo 0", "test-ci": "echo 0", "start": "node src/index.js" }, "dependencies": { "bunyan": "^1.8.10", "dotenv": "^4.0.0", "express": "^4.15.3", "express-graphql": "^0.6.6", "got": "^7.0.0", "graphql": "^0.10.1", "smartdc-auth": "^2.5.5", "triton": "^5.2.0" }, "devDependencies": { "eslint": "^3.19.0", "eslint-config-joyent-portal": "1.0.0" } }