-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 932 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "typed-redux-actions-reducer",
"version": "0.0.25",
"description": "A framework helping with the reduction of Boilerplate and correctly Typing everything when combining Redux with Typescript.",
"main": "build/index.js",
"scripts": {
"broadcast": "tsc && git push && npm publish",
"test": "echo \"Error: no test specified\" && exit 1",
"run-usage": "tsc --project usage && node usage/compiled/usage/reducer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/9SMTM6/typed-redux-actions-reducer.git"
},
"keywords": [
"typescript",
"redux",
"actions",
"actions-creator",
"reducer",
"boilerplate"
],
"author": "Samuel Maier <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/9SMTM6/typed-redux-actions-reducer/issues"
},
"homepage": "https://github.com/9SMTM6/typed-redux-actions-reducer#readme"
}