-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 988 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 988 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
42
43
44
{
"name": "@mimorisuzuko/bibi",
"version": "0.0.0",
"description": "A state-based form hook.",
"repository": {
"type": "git",
"url": "git+https://github.com/mimorisuzuko/bibi.git"
},
"author": {
"email": "m@mimorisuzu.co",
"name": "Hiroki Usuba",
"url": "https://mimorisuzu.co"
},
"scripts": {
"build": "bunx tsgo"
},
"exports": {
".": "./dist/index.js"
},
"devDependencies": {
"@biomejs/biome": "2.1.2",
"@happy-dom/global-registrator": "18.0.1",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@types/bun": "1.2.19",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.7",
"@typescript/native-preview": "7.0.0-dev.20250725.1",
"react": "19.1.1",
"react-dom": "19.1.1",
"type-fest": "4.41.0",
"zod": "4.0.10"
},
"dependencies": {
"es-toolkit": "^1.39.8"
},
"files": [
"dist"
],
"license": "MIT",
"peerDependencies": {
"zod": ">= 4"
}
}