-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 1005 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 1005 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": "nexus",
"version": "0.0.0",
"private": true,
"description": "",
"homepage": "https://github.com/funish/nexus#readme",
"bugs": {
"url": "https://github.com/funish/nexus/issues"
},
"license": "MIT",
"author": {
"name": "Funish",
"email": "contact@funish.net",
"url": "https://www.funish.net/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funish/nexus.git"
},
"scripts": {
"build": "bunx --bun vite build",
"dev": "bunx --bun vite dev",
"preview": "bunx --bun vite preview",
"check": "vp check --fix",
"postinstall": "nitro prepare && vp config"
},
"devDependencies": {
"@bunit/storage": "0.0.6",
"@nlptools/distance": "0.0.5",
"@types/bun": "1.3.11",
"@types/node": "25.5.0",
"@types/semver": "7.7.1",
"confbox": "0.2.4",
"fflate": "0.8.2",
"fuse.js": "7.2.0",
"nitro": "3.0.1-alpha.2",
"semver": "7.7.4",
"std-env": "4.0.0",
"vite-plus": "0.1.15"
}
}