joyent-portal/packages/cp-gql-schema/package.json

19 lines
465 B
JSON
Raw Normal View History

{
"name": "joyent-cp-gql-schema",
"version": "1.2.0",
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
"main": "index.js",
"scripts": {
"lint": "eslint . --fix",
"lint-ci": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/cp-gql-schema.xml",
2017-06-01 17:57:28 +03:00
"test": "echo 0",
"test-ci": "echo 0"
},
2017-05-27 19:35:38 +03:00
"dependencies": {},
"devDependencies": {
2017-06-17 00:45:45 +03:00
"eslint": "^3.19.0",
"eslint-config-joyent-portal": "2.0.0"
}
}