-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.08 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.08 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "rekv",
"version": "1.2.2",
"main": "dist/index.js",
"author": "flarestart",
"repository": {
"type": "git",
"url": "git+https://github.com/flarestart/rekv.git"
},
"license": "MIT",
"peerDependencies": {
"react": ">16.8.0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
},
"react-native": {
"optional": true
}
},
"scripts": {
"build": "rm -rf ./dist && tsc",
"test": "jest",
"coverage": "jest --coverage"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/enzyme": "^3.10.3",
"@types/jest": "^24.0.19",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.9.1",
"chai": "^4.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"jest": "^24.9.0",
"react": "^16.8.0",
"react-dom": "^16.10.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
},
"keywords": [
"hooks",
"state",
"react",
"store",
"key-value",
"redux",
"frontend",
"functional"
]
}