reducer-tester
Version:
reducer tester
69 lines (68 loc) • 1.49 kB
JSON
{
"name": "reducer-tester",
"version": "1.1.3",
"description": "reducer tester",
"license": "MIT",
"repository": "akameco/reducer-tester",
"author": "akameco <akameco.t@gmail.com> (https://akameco.github.io)",
"engines": {
"node": ">=6"
},
"scripts": {
"add-contributor": "all-contributors add",
"fmt": "prettier --write '**/*.{js,json,md}'",
"build": "tsc",
"prepare": "yarn build",
"lint": "eslint src/**/*.ts",
"test": "jest",
"test:cov": "jest --coverage --ci --runInBand",
"test:ci": "yarn lint && yarn test:cov"
},
"files": [
"dest"
],
"main": "dest",
"types": "dest/index.d.ts",
"keywords": [
"test",
"jest",
"redux",
"react",
"snapshot",
"diff",
"reducer",
"test"
],
"dependencies": {
"invariant": "^2.2.4",
"snapshot-diff": "^0.5.1"
},
"devDependencies": {
"@akameco/tsconfig": "0.3.0",
"@types/invariant": "2.2.30",
"@types/jest": "24.0.18",
"@types/jest-diff": "20.0.1",
"@types/redux": "3.6.0",
"all-contributors-cli": "6.8.1",
"eslint": "6.2.2",
"eslint-config-precure": "5.0.2",
"husky": "3.0.4",
"jest": "24.9.0",
"lint-staged": "9.2.3",
"prettier": "1.18.2",
"redux": "4.0.4",
"ts-jest": "24.0.2",
"typescript": "3.5.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"jest": {
"preset": "ts-jest",
"modulePathIgnorePatterns": [
"dest"
]
}
}