servicestack-client
Version:
ServiceStack's TypeScript library providing convenience utilities in developing web apps. Integrates with ServiceStack's Server features including ServiceClient, Server Events, Error Handling and Validation
54 lines (53 loc) • 1.49 kB
JSON
{
"name": "servicestack-client",
"title": "ServiceStack JavaScript Utils",
"version": "0.0.42",
"description": "ServiceStack's TypeScript library providing convenience utilities in developing web apps. Integrates with ServiceStack's Server features including ServiceClient, Server Events, Error Handling and Validation",
"homepage": "https://github.com/ServiceStack/servicestack-client",
"bugs": "https://github.com/ServiceStack/Issues",
"license": "BSD-3-Clause",
"author": {
"name": "ServiceStack Inc",
"email": "team@servicestack.net",
"url": "https://servicestack.net"
},
"repository": {
"type": "git",
"url": "https://github.com/ServiceStack/servicestack-client.git"
},
"scripts": {
"pretest": "node_modules/.bin/tsc",
"test": "mocha -t 5000 ./tests/*.js",
"testonly": "mocha -t 5000 ./tests/serverevents.spec.js"
},
"files": [
"src/index.js",
"src/index.js.map",
"src/index.ts",
"src/index.d.ts"
],
"keywords": [
"servicestack",
"utils",
"validation",
"ajax",
"serverevents",
"error-handling"
],
"licenses": [],
"main": "src/index.js",
"types": "src/index.d.ts",
"dependencies": {
"es6-shim": "^0.35.3",
"eventsource": "^0.2.2",
"fetch-everywhere": "^1.0.5"
},
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.43",
"chai": "^4.1.2",
"fetch-everywhere": "^1.0.5",
"mocha": "^4.0.1",
"typescript": "^2.5.3"
}
}