smartrx/package.json

42 lines
953 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",
2020-06-26 00:57:14 +00:00
"version": "2.0.17",
"private": false,
2017-10-26 13:08:34 +00:00
"description": "smart wrapper for rxjs",
2020-05-26 00:18:02 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2017-10-26 13:08:34 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2020-06-26 00:57:14 +00:00
"build": "(tsbuild --web && tsbundle npm)"
2017-10-26 13:08:34 +00:00
},
2017-10-26 20:56:01 +00:00
"devDependencies": {
2020-05-26 00:18:02 +00:00
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsbundle": "^1.0.69",
2020-06-26 00:52:51 +00:00
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.33",
2020-05-26 00:18:02 +00:00
"@pushrocks/tapbundle": "^3.2.1",
2020-06-26 00:52:51 +00:00
"@types/node": "^14.0.14",
2020-05-26 00:18:02 +00:00
"tslint": "^6.1.2",
2019-09-10 05:25:59 +00:00
"tslint-config-prettier": "^1.18.0"
2017-10-26 13:08:34 +00:00
},
"dependencies": {
2020-06-26 00:52:51 +00:00
"@pushrocks/lik": "^4.0.13",
2020-05-26 00:18:02 +00:00
"@pushrocks/smartpromise": "^3.0.6",
"rxjs": "^6.5.5"
2019-09-10 05:26:50 +00:00
},
"files": [
2020-05-26 00:18:02 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-10 05:26:50 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-26 00:52:51 +00:00
}