-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.13 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.13 KB
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
{
"name": "bnnuy",
"version": "0.3.7-1",
"module": "index.ts",
"type": "module",
"description": "A fast, lightweight, simple, and easy to use framework for Bun's HTTP API.",
"author": "Limer Software",
"contributors": [
{
"name": "RobotoSkunk",
"email": "contact@robotoskunk.com",
"url": "https://robotoskunk.com"
}
],
"license": "LGPL-3.0-only",
"keywords": [
"bun",
"bnnuy",
"bunny",
"express",
"expressjs",
"framework",
"http",
"websocket",
"ws",
"fast",
"lightweight",
"light",
"simple"
],
"repository": {
"url": "https://github.com/Limer-Software/Bnnuy.git"
},
"bugs": {
"url": "https://github.com/Limer-Software/Bnnuy/issues",
"email": "contact@robotoskunk.com"
},
"scripts": {
"test": "bun run --watch test/index.ts"
},
"devDependencies": {
"@types/ms": "^0.7.32",
"bun-types": "^1.0.4-canary.20231003T140149"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"chokidar": "^3.5.3",
"minimatch": "^9.0.3",
"ms": "^2.1.3"
},
"engines": {
"bun": ">=1.0.4"
}
}