-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 860 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
{
"name": "exha",
"version": "1.2.11",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramazaneris/exha.git"
},
"keywords": [
"express",
"handler",
"middleware",
"router",
"typescript",
"config",
"exhaustive",
"exha"
],
"author": "Ramco",
"license": "MIT",
"description": "Fast, compact, open source route and middleware handler for expess",
"dependencies": {
"@types/express": "^4.17.21",
"@types/multer": "^1.4.12",
"clcn": "^2.0.1",
"cors": "^2.8.5",
"exha": "file:",
"express": "^4.19.2",
"multer": "1.4.5-lts.1"
}
}