-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 896 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
30
31
32
33
{
"name": "@jambit/eslint-plugin-typed-redux-saga",
"version": "0.4.0",
"description": "These are eslint rules to help with typed-redux-saga",
"keywords": [
"redux-saga",
"typed-redux-saga",
"eslint",
"eslint-plugin"
],
"scripts": {
"mocha": "mocha --recursive --colors",
"test": "npm run mocha",
"start": "mocha --watch --recursive --colors"
},
"homepage": "https://github.com/jambit/eslint-plugin-typed-redux-saga",
"bugs": {
"url": "https://github.com/jambit/eslint-plugin-typed-redux-saga/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jambit/eslint-plugin-typed-redux-saga.git"
},
"license": "MIT",
"author": "Santo Pfingsten (Jambit GmbH)",
"main": "index.js",
"devDependencies": {
"eslint": "^8.3.0",
"mocha": "^9.1.3",
"redux-saga": "^1.1.3",
"typed-redux-saga": "^1.3.1"
}
}