joyent-portal/packages/cloudapi-gql/package.json

31 lines
752 B
JSON
Raw Normal View History

2016-10-10 18:37:26 +03:00
{
"name": "cloudapi-gql",
"version": "1.0.4",
2016-10-10 18:37:26 +03:00
"private": true,
2017-01-03 16:30:58 +02:00
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
2016-10-10 18:37:26 +03:00
"main": "src/index.js",
2016-10-10 19:38:58 +03:00
"scripts": {
"lint": "eslint . --fix",
"lint-ci": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/cloudapi-gql.xml",
2017-06-01 17:57:28 +03:00
"test": "echo 0",
"test-ci": "echo 0",
2017-08-04 01:56:57 +03:00
"start": "node src/index.js",
2017-08-31 19:45:34 +03:00
"prepublish": "echo 0"
2016-10-10 19:38:58 +03:00
},
2016-10-10 18:37:26 +03:00
"dependencies": {
2017-08-28 22:46:04 +03:00
"bunyan": "^1.8.12",
2017-04-13 20:33:59 +03:00
"dotenv": "^4.0.0",
2017-08-28 22:46:04 +03:00
"express": "^4.15.4",
"express-graphql": "^0.6.11",
2017-08-28 22:46:04 +03:00
"got": "^7.1.0",
"graphql": "^0.11.2",
"smartdc-auth": "^2.5.5",
2017-08-28 22:46:04 +03:00
"triton": "^5.3.1"
2016-10-10 18:37:26 +03:00
},
"devDependencies": {
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"
2016-10-10 18:37:26 +03:00
}
}