-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.38 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "universal-autorouter",
"version": "0.2.6",
"license": "MIT",
"type": "module",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.mts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-ecosystem/universal-autorouter.git"
},
"files": [
"dist"
],
"scripts": {
"dev": "tsx ./start.ts",
"lint": "eslint src/**/*.ts",
"test": "tsx ./test/index.test.ts",
"build": "pkgroll",
"prepublishOnly": "yarn build",
"od": "yarn outdated"
},
"peerDependencies": {
"vite": "*"
},
"peerDependenciesMeta": {
"vite": {
"optional": true
}
},
"devDependencies": {
"@hono/node-server": "^1.13.7",
"@types/bun": "^1.1.16",
"@types/node": "^22.10.5",
"@yarnpkg/sdks": "^3.2.0",
"eslint": "^9.18.0",
"eslint-plugin-unicorn": "^56.0.1",
"hono": "^4.6.16",
"pkgroll": "^2.6.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^6.0.7"
},
"engines": {
"node": ">=22"
},
"keywords": [
"autoload",
"cross-platform",
"directory",
"fast",
"filesystem",
"http",
"http-server",
"lightweight",
"microws",
"middleware",
"plugin",
"router",
"proxy-protocol"
],
"packageManager": "yarn@4.6.0"
}