-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
55 lines (55 loc) · 1.2 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
{
"name": "@drashland/drash",
"version": "3.0.0-beta.3",
"description": "A microframework for building JavaScript HTTP applications",
"author": "Eric Crooks <[email protected]> (https://crookse.com)",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/drashland/drash.git"
},
"contributors": [
{
"name": "Breno",
"url": "https://github.com/Guergeiro"
},
{
"name": "Edward",
"url": "https://github.com/ebebbington"
},
{
"name": "Sara",
"url": "https://github.com/saragee3"
}
],
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"@cloudflare/workers-types": "^4.20221111.1",
"@types/jest": "^29.5.4",
"@types/node": "^20.8.4",
"babel-jest": "^29.6.4",
"bun-types": "^0.8.1",
"jest": "^29.4.3",
"jest-environment-miniflare": "2.7.1",
"ts-jest": "^29.0.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "5.x",
"wrangler": "^2.12.0"
},
"keywords": [
"api",
"app",
"bun",
"cloudflare",
"deno",
"drash",
"drashland",
"framework",
"http",
"node",
"resource",
"rest",
"web"
]
}