-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsr.json
39 lines (39 loc) · 880 Bytes
/
jsr.json
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
{
"name": "@zl-asica/react",
"version": "0.3.10",
"license": "MIT",
"exports": "./src/index.ts",
"importMap": "./import_map.json",
"publish": {
"include": ["src/**/*.ts", "README.md", "LICENSE"],
"exclude": ["src/__tests__", "node_modules"]
},
"keywords": [
"react",
"hooks",
"library",
"utilities",
"reusable",
"zl-asica",
"zla",
"ZL Asica"
],
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0"
},
"author": {
"name": "ZL Asica",
"email": "[email protected]",
"url": "https://github.com/ZL-Asica/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZL-Asica/react.git"
},
"bugs": "https://github.com/ZL-Asica/react/issues",
"homepage": "https://react.zla.app",
"funding": "https://github.com/sponsors/ZL-Asica",
"publishConfig": {
"access": "public"
}
}