redux-dry-ts-actions
Version:
Micro library to create actions for redux with automatically inferred TypeScript types
36 lines (35 loc) • 877 B
JSON
{
"name": "redux-dry-ts-actions",
"version": "1.3.0",
"description": "Micro library to create actions for redux with automatically inferred TypeScript types",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laszlopandy/redux-dry-ts-actions.git"
},
"keywords": [
"redux",
"fsa",
"types",
"dry",
"action-types"
],
"author": "Laszlo Pandy <laszlok2@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/laszlopandy/redux-dry-ts-actions/issues"
},
"homepage": "https://github.com/laszlopandy/redux-dry-ts-actions#readme",
"devDependencies": {
"typescript": "3.4.5"
}
}