joyent-portal/packages/portal-watch/package.json

23 lines
579 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": {
"throat": "^4.0.0",
"triton-watch": "^1.1.0"
},
"devDependencies": {
"belly-button": "^3.1.0",
"lab": "^14.0.1"
}
}