flux-action-class
Version:
Boilerplate free class-based action creator. Following flux-standard-action spec. Built with TypeScript.
52 lines (51 loc) • 1.54 kB
JSON
{
"name": "flux-action-class",
"version": "1.2.0",
"description": "Boilerplate free class-based action creator. Following flux-standard-action spec. Built with TypeScript.",
"main": "dist/index.js",
"scripts": {
"test": "npx nyc mocha --opts mocha.opts",
"compile": "rm -rf ./dist && npx tsc -p ./tsconfig.prod.json",
"lint": "npx tsc -p ./tsconfig.json --noEmit && npx tslint -c ./tslint.json -p ./tsconfig.json",
"prepack": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keenondrums/flux-action-class.git"
},
"keywords": [
"action",
"flux action",
"redux action",
"class action",
"action creator",
"flux",
"redux"
],
"author": "keenondrums (andrey.goncharov+it@protonmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/keenondrums/flux-action-class/issues"
},
"homepage": "https://github.com/keenondrums/flux-action-class#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/shortid": "0.0.29",
"@types/sinon": "^7.0.3",
"chai": "^4.2.0",
"doctoc": "^1.4.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"prettier": "^1.15.3",
"sinon": "^7.2.2",
"ts-node": "^7.0.1",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.2.2"
},
"dependencies": {}
}