-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 916 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
34
{
"name": "react-react",
"version": "1.19.5",
"description": "The best state management toolkit for react",
"main": "src/index.js",
"typings": "src/index.d.ts",
"author": "Eugene Tihonove <tihonov.ea@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"test": "mocha",
"test-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec"
},
"bugs": {
"url": "https://github.com/tihonove/react-react/issues"
},
"homepage": "https://github.com/tihonove/react-react",
"repository": "github:tihonove/react-react",
"keywords": [
"react",
"state management"
],
"files": [
"src"
],
"peerDependencies": {
"react": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"coveralls": "^3.1.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
}
}