33 lines
780 B
JSON
33 lines
780 B
JSON
{
|
|
"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",
|
|
"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",
|
|
"smartdc-auth": "^2.5.5",
|
|
"triton": "^5.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.5.0",
|
|
"eslint-config-joyent-portal": "3.0.0"
|
|
}
|
|
}
|