UNPKG

triviality-redux

Version:
68 lines (67 loc) 2.12 kB
{ "name": "triviality-redux", "private": false, "version": "0.0.7", "description": "Redux triviality integration", "main": "build", "types": "build", "scripts": { "publish-build": "rm -fr build && yarn create-docs && yarn copy-config-files && cd build && yarn tsc && yarn publish && cd -", "watch": "tsc --watch", "test": "npm-run-all --parallel jest-coverage tslint jscpd tsc", "jest": "jest", "tsc": "tsc", "stryker": "stryker run", "jest-coverage": "jest --coverage", "tslint-fix": "tslint --fix --project tsconfig.json", "tslint": "tslint --project tsconfig.json", "jscpd": "jscpd --limit=-1", "create-container-types": "ts-node src/cli/createContainerTypes.ts", "create-docs": "ts-node docs/build.ts", "copy-config-files": "yarn cpy '(package.json|README.md|LICENSE|.npmignore|assets)' build/. && cp tsconfig.build.json build/tsconfig.json && cp -r src build/." }, "repository": { "type": "git", "url": "https://github.com/epinxteren/triviality-redux.git" }, "keywords": [ "typescript", "redux", "triviality" ], "author": "Eric Pinxteren", "license": "MIT", "bugs": { "url": "https://github.com/epinxteren/triviality-redux/issues" }, "homepage": "https://github.com/epinxteren/triviality-redux#README", "devDependencies": { "@types/jest": "^22.1.0", "@types/node": "^9.3.0", "child-process-promise": "^2.2.1", "cpy-cli": "^2.0.0", "jest": "^23.5.0", "jscpd": "^0.6.17", "markdown-include": "^0.4.3", "npm-run-all": "^4.1.3", "stryker": "^0.29.2", "stryker-api": "^0.21.1", "stryker-html-reporter": "^0.16.2", "stryker-jest-runner": "^1.2.1", "stryker-typescript": "^0.14.1", "ts-jest": "^23.1.3", "ts-node": "^7.0.1", "tslint": "^5.9.1", "tslint-config-airbnb": "^5.9.2", "tslint-loader": "^3.5.3", "tslint-microsoft-contrib": "^5.0.2", "typescript": "^3.2" }, "dependencies": { "redux": "^4", "redux-devtools-extension": "^2.13.8", "redux-observable": "^1", "rxjs": "^6", "triviality": "^0" } }