-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 815 Bytes
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
{
"name": "react-promise-utils",
"version": "0.2.0",
"description": "Minimalist utils for handling loading states and async values in React.",
"keywords": ["react", "promise", "async", "minimal", "zero", "dependencies", "helpers"],
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/JeremyRH/react-promise-utils",
"repository": {
"type": "git",
"url": "https://github.com/JeremyRH/react-promise-utils.git"
},
"contributors": [
"github.com/JeremyRH"
],
"scripts": {
"build": "node scripts/build.js",
"test": "node scripts/test.js"
},
"devDependencies": {
"@types/react": "^17.0.4",
"@types/react-test-renderer": "^17.0.1",
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
}
}