UNPKG

rhamt-client

Version:
46 lines (45 loc) 1.06 kB
{ "name": "rhamt-client", "version": "1.0.6", "description": "rhamt client", "keywords": [ "rhamt", "windup", "migration", "jboss" ], "author": "John Steele", "repository": { "type": "git", "url": "https://github.com/johnsteele/rhamt-client" }, "engines": { "node": "*" }, "main": "lib/main.js", "typings": "./lib/main", "devDependencies": { "@types/mocha": "^5.2.0", "@types/node": "^6.0.52", "mocha": "^5.2.0", "typescript": "~2.6.1", "nyc": "^11.0.2" }, "dependencies": { "@types/vertx3-eventbus-client": "^3.4.0", "rhamt-core": "2.0.9", "vertx3-eventbus-client": "^3.5.3" }, "scripts": { "build": "tsc -p .", "prepublish": "tsc -p ./src", "watch": "tsc --watch -p .", "test": "mocha --timeout 100000 out/test --exit", "nyc": "nyc mocha out/test", "nyc-ci": "nyc --cache false mocha out/test", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "bugs": { "url": "https://github.com/johnsteele/rhamt-client/issues" } }