smartrx/package.json

30 lines
715 B
JSON
Raw Normal View History

2017-10-26 13:08:34 +00:00
{
2018-10-10 14:48:25 +00:00
"name": "@pushrocks/smartrx",
2018-11-23 14:28:40 +00:00
"version": "2.0.2",
"private": false,
2017-10-26 13:08:34 +00:00
"description": "smart wrapper for rxjs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
2017-10-26 13:08:34 +00:00
},
2017-10-26 20:56:01 +00:00
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
2018-11-23 14:28:40 +00:00
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
2018-11-23 14:28:40 +00:00
"@types/node": "^10.12.10",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0"
2017-10-26 13:08:34 +00:00
},
"dependencies": {
"@pushrocks/lik": "^3.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"rxjs": "^6.3.3",
"smartevent": "^1.0.1"
2017-10-26 13:08:34 +00:00
}
2018-11-23 14:28:40 +00:00
}