7f1d731dc6
* 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
22 lines
555 B
JSON
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"
|
|
}
|
|
}
|