ngx-stateful
Version:
Be obnoxiously clear about which of your Angular components own state
52 lines (51 loc) • 1.26 kB
JSON
{
"name": "ngx-stateful",
"version": "1.1.2",
"description": "Be obnoxiously clear about which of your Angular components own state",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"angular",
"components",
"state",
"state-management",
"redux",
"stateless-components",
"stateful-components"
],
"bugs": {
"url": "https://github.com/akmjenkins/ngx-stateful/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/akmjenkins/ngx-stateful"
},
"scripts": {
"prepublishOnly": "yarn test && yarn build",
"build": "rimraf dist && tsc",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"test:ci": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test": "jest"
},
"author": "Adam Jenkins",
"license": "ISC",
"peerDependencies": {
"rxjs": "^6.5.5"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"coveralls": "^3.0.9",
"jest": "^25.1.0",
"prettier": "^1.18.2",
"reselect": "^4.0.0",
"rxjs": "^6.5.5",
"ts-jest": "^25.3.1",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-origin-ordered-imports-rule": "^1.2.2",
"typescript": "^3.6.4"
}
}