conveyor-client
Version:
A client for communicating with the Conveyor event sourcing engine via the HTTP/Webhook interface'
37 lines (36 loc) • 983 B
JSON
{
"name": "conveyor-client",
"version": "0.3.11",
"description": "A client for communicating with the Conveyor event sourcing engine via the HTTP/Webhook interface'",
"main": "lib/index.js",
"scripts": {
"clean": "rm -rf lib",
"build": "babel src/ --out-dir lib",
"test": "mocha test/**/*.spec.js",
"prepublish": "npm test && npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kendru/conveyor-client.git"
},
"keywords": [
"event sourcing",
"conveyor"
],
"author": "Andrew Meredith <andrew@lambdasoftware.com>",
"license": "MIT",
"dependencies": {
"ds-trie": "^1.0.6",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2017": "^6.24.1",
"chai": "^4.1.2",
"mocha": "^5.0.4"
}
}