-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 787 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 787 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
29
30
31
32
{
"name": "@jasonsbarr/use-storage",
"version": "1.1.1",
"description": "Two simple React hooks for using browser storage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write ./src"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jasonsbarr/use-storage.git"
},
"keywords": [
"localstorage",
"sessionstorage",
"react-hooks",
"react"
],
"author": "Jason Barr <jason@jasonsbarr.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonsbarr/use-storage/issues"
},
"homepage": "https://github.com/jasonsbarr/use-storage#readme",
"dependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"prettier": "^2.4.1"
}
}