-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 812 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 812 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
33
34
35
36
37
38
39
40
41
{
"name": "valentin",
"version": "1.7.1",
"repository": "https://github.com/euregan/valentin",
"main": "index.js",
"types": "index.d.ts",
"sideEffects": false,
"scripts": {
"build": "tsc",
"release": "npm run build && npm publish"
},
"author": "Valentin Manceaux-Panot <valentin@mcxp.io>",
"license": "ISC",
"devDependencies": {
"@types/jsonwebtoken": "^9.0.5",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.3"
},
"peerDependencies": {
"jsonwebtoken": "*",
"next": "*",
"react": "*",
"zod": "*"
},
"files": [
"README.md",
"LICENSE",
"src",
"package.json",
"tsconfig.json",
"**/*.js",
"**/*.d.ts"
],
"keywords": [
"utilities",
"react",
"hooks",
"focused"
]
}