joyent-portal/packages/portal-watch/package.json
Sérgio Ramos 7f1d731dc6 import existing deployment groups (#516)
* refactor: config() from mutation to query

* refactor(cp-frontend): remove unused dependency

* feat(portal-watch): expose getContainers() and compose tags

* fix(portal-watch): assert services by name AND hash

* feat(portal-data): expose importable and import APIs

* fix(portal-data): add missing dependencies

* feat(portal-api): expose import/importable

* feat(cp-gql-schema): add import/importable

* feat(cp-frontend): import existing project

* style(portal-watch): lint

* style(portal-data): lint

* chore: update lockfile
2017-06-26 09:29:12 -05:00

22 lines
555 B
JSON

{
"name": "portal-watch",
"version": "1.0.0",
"license": "MPL-2.0",
"description": "resolver of triton change events",
"repository": "github:yldio/joyent-portal",
"main": "lib",
"scripts": {
"lint": "belly-button --fix",
"lint-ci": "belly-button",
"test": "lab -c --ignore debug",
"test-ci": "echo 0 `# lab -c -r console -o stdout -r tap -o $CIRCLE_TEST_REPORTS/test/portal-watch.xml`"
},
"dependencies": {
"triton-watch": "^1.1.0"
},
"devDependencies": {
"belly-button": "^3.1.0",
"lab": "^14.0.1"
}
}