@agreed/client
Version:
agreed client, testing utilities
46 lines (45 loc) • 911 B
JSON
{
"name": "@agreed/client",
"version": "6.0.0",
"description": "agreed client, testing utilities",
"main": "index.js",
"bin": {
"client": "bin/agreed-client.js"
},
"scripts": {
"test": "eater"
},
"repository": {
"type": "git",
"url": "git+https://github.com/recruit-tech/agreed.git"
},
"keywords": [
"agreed",
"client",
"test",
"confirmation"
],
"author": "yosuke-furukawa",
"license": "MIT",
"dependencies": {
"@agreed/core": "^6.0.0",
"colo": "^1.0.0",
"is-empty": "^1.0.0"
},
"devDependencies": {
"@agreed/server": "^6.0.0",
"eater": "4.0.4",
"plz-port": "1.0.0"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/recruit-tech/agreed/issues"
},
"homepage": "https://github.com/recruit-tech/agreed#readme",
"directories": {
"lib": "lib",
"test": "test"
}
}