-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "fable-express",
"version": "0.0.0",
"private": true,
"description": "This repo is a meta repo for working on the binding for Express ecosystem",
"author": "Mangel Maxime <mangel.maxime@protonmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"postinstall": "dotnet tool restore"
},
"dependencies": {
"after": "^0.8.2",
"body-parser": "^1.19.0",
"connect": "^3.7.0",
"cookie-parser": "^1.4.5",
"dirname-filename-esm": "^1.1.2",
"express": "^4.17.1",
"mime": "^4.0.4",
"qs": "^6.9.6",
"range-parser": "^1.2.1",
"serve-static": "^1.14.1",
"supertest": "6.0.1"
},
"devDependencies": {
"chalk": "^4.1.0",
"changelog-parser": "^2.8.0",
"concurrently": "^6.0.0",
"del-cli": "^3.0.1",
"esm": "^3.2.25",
"fast-glob": "^3.3.2",
"mocha": "^10.7.3",
"nodemon": "^2.0.7",
"prompts": "^2.4.0",
"yargs": "^16.2.0"
}
}