-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
40 lines (40 loc) · 841 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
{
"name": "bunrest",
"version": "1.3.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "An express-like API for bun http server",
"scripts": {
"start": "bun run index.js",
"test": "bun test"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"bun-types": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/lau1944/bunrest"
},
"keywords": [
"bunrest",
"bun",
"express",
"http",
"rest",
"restful",
"web",
"app",
"server",
"framework",
"api"
],
"author": "Jimmy leo",
"license": "MIT",
"bugs": {
"url": "https://github.com/lau1944/bunrest/issues"
},
"homepage": "https://github.com/lau1944/bunrest"
}