{ "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", "test": "echo 0", "test-ci": "echo 0", "start": "node src/index.js", "prepublish": "echo 0" }, "dependencies": { "bunyan": "^1.8.12", "cors": "^2.8.4", "dotenv": "^4.0.0", "express": "^4.15.4", "express-graphql": "^0.6.11", "got": "^7.1.0", "graphql": "^0.11.2", "graphql-tools": "^1.2.2", "minimist": "^1.2.0", "smartdc-auth": "^2.5.5", "triton": "^5.3.1" }, "devDependencies": { "eslint": "^4.5.0", "eslint-config-joyent-portal": "3.0.0" } }