-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 846 Bytes
/
package.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
{
"name": "use",
"license": "MIT",
"private": true,
"author": {
"name": "Max van der Schee",
"url": "https://maxvanderschee.nl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvdschee/use.git"
},
"bugs": {
"url": "https://github.com/mvdschee/use/issues"
},
"homepage": "https://github.com/mvdschee/use#readme",
"contributors": [
"Max van der Schee"
],
"scripts": {
"dev": "cd lib && pnpm dev",
"build": "cd lib && pnpm build",
"pub": "pnpm build && cd lib && pnpm publish"
},
"packageManager": "[email protected]",
"devDependencies": {
"vite": "^5.4.0",
"typescript": "^5.x",
"sass": "^1.77.8",
"@biomejs/biome": "^1.8.3",
"vite-plugin-dts": "^4.0.2"
}
}