-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 947 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
{
"name": "husky-routing",
"version": "0.0.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Husky Routing is meant to provide an easy, fast and customisable way to implement routing with the JavaScript Runtime Bun. Get started by installing the libray using 'bun add husky-routing' or cloning the offical template.",
"scripts": {
"build": "bun run build.mjs",
"prepublishOnly": "bun run build"
},
"files": [
"dist"
],
"keywords": [
"bun", "husky", "routing", "router", "route", "server", "express"
],
"license": "MIT",
"homepage": "https://github.com/agentquackyt/husky#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/agentquackyt/husky.git"
},
"bugs": "https://github.com/agentquackyt/husky/issues",
"author": "AgentQuackYT",
"devDependencies": {
"bun-plugin-dts": "^0.2.3",
"@types/bun": "^1.0.0",
"typescript": "^5.2.2"
}
}