-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.dist.json
More file actions
36 lines (36 loc) · 771 Bytes
/
Copy pathpackage.dist.json
File metadata and controls
36 lines (36 loc) · 771 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
{
"name": "solid-react-use",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
"type": "module",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"description": "Feels like React, but it's Solid",
"keywords": [
"solid",
"react-use",
"solid-use",
"solid-start",
"hooks",
"TypeScript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/krymel/solid-react-use.git"
},
"author": "krymel <krymel@mailbox.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/krymel/solid-react-use/issues"
},
"peerDependencies": {
"solid-js": "*",
"solid-use": "*",
"@solidjs/router": "*",
"vitest": "*",
"solid-start-node": "*"
}
}