UNPKG

easy-peasy-thunk-stages

Version:
65 lines (64 loc) 1.66 kB
{ "name": "easy-peasy-thunk-stages", "version": "0.1.6", "description": "Thunk stages in your model is easy-peasy!", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "compile": "npm run build -- --noEmit", "build": "tsc --project tsconfig.json", "postversion": "git push origin && git push origin --tags" }, "repository": { "type": "git", "url": "git+https://github.com/rmariuzzo/easy-peasy-thunk-stages.git" }, "keywords": [ "thunk", "stage", "easy", "peasy" ], "files": [ "dist" ], "author": "Rubens Mariuzzo <rubens@mariuzzo.com>", "license": "SEE LICENSE IN ./LICENSE", "bugs": { "url": "https://github.com/rmariuzzo/easy-peasy-thunk-stages/issues" }, "homepage": "https://github.com/rmariuzzo/easy-peasy-thunk-stages#readme", "devDependencies": { "@testing-library/react-hooks": "^3.4.2", "@types/react": "^16.9.55", "@types/react-dom": "^16.9.9", "@typescript-eslint/eslint-plugin": "^4.6.0", "@typescript-eslint/parser": "^4.6.0", "eslint": "^6.8.0", "easy-peasy": "^4.0.1", "husky": "^4.3.0", "jest": "^26.6.1", "lint-staged": "^10.5.1", "prettier": "^2.1.2", "react": "^16.8.0", "react-dom": "^16.8.0", "react-test-renderer": "^16.8.0", "ts-jest": "^26.4.3", "typescript": "^4.0.5" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.ts": "eslint --cache --fix", "*.{ts,md}": "prettier --write" }, "peerDependencies": { "easy-peasy": "^4.0.1", "react": "^16.8.0", "react-dom": "^16.8.0" } }