-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"devDependencies": {
"@types/node": "^14.14.27"
},
"name": "wheels-lite",
"description": "A feature-packed yet unopinionated Typescript framework.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avidcoder123/wheels-lite.git"
},
"keywords": [
"full-featured",
"backend"
],
"author": "AvidCoder123",
"license": "MIT",
"bugs": {
"url": "https://github.com/avidcoder123/wheels-lite/issues"
},
"homepage": "https://github.com/avidcoder123/wheels-lite#readme",
"dependencies": {
"@poppinss/cliui": "^2.1.1",
"@poppinss/request": "^1.0.14",
"@poppinss/response": "^1.1.1",
"@types/pino": "^6.3.6",
"co-compose": "^6.1.0",
"matchit": "^1.1.0",
"needle-ioc": "^1.0.0",
"pino": "^6.11.1",
"proxy-addr": "^2.0.6",
"throng": "^5.0.0",
"youch": "^2.1.1",
"youch-terminal": "^1.0.1"
}
}