smartstate/package.json

28 lines
669 B
JSON
Raw Normal View History

2019-02-21 20:48:39 +00:00
{
"name": "@pushrocks/smartstate",
2019-04-30 08:46:29 +00:00
"version": "1.0.12",
2019-02-21 20:48:39 +00:00
"private": false,
"description": "a package that handles state in a good way",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
2019-04-30 08:46:28 +00:00
"@gitzone/tstest": "^1.0.20",
"@pushrocks/tapbundle": "^3.0.9",
"@types/node": "^11.13.8",
"tslint": "^5.16.0",
2019-02-21 20:48:39 +00:00
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
2019-04-30 08:46:28 +00:00
"@pushrocks/lik": "^3.0.5",
"rxjs": "^6.5.1"
2019-02-21 20:48:39 +00:00
}
2019-03-22 11:03:58 +00:00
}