-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 923 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "0http-bun",
"version": "1.0.4",
"description": "0http for Bun",
"main": "index.js",
"scripts": {
"lint": "bun x standard",
"format": "bun x standard --fix"
},
"dependencies": {
"fast-querystring": "^1.1.2",
"trouter": "^3.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BackendStack21/0http-bun.git"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"index.d.ts",
"common.d.ts",
"lib/"
],
"devDependencies": {
"0http-bun": "^1.0.3",
"bun-types": "^1.1.8",
"mitata": "^0.1.11"
},
"keywords": [
"http",
"server",
"rest",
"api",
"web",
"bun"
],
"author": "Rolando Santamaria Maso <kyberneees@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BackendStack21/0http-bun/issues"
},
"homepage": "https://github.com/BackendStack21/0http-bun#readme"
}