-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.33 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
56
57
58
{
"name": "teem",
"version": "0.0.28",
"description": "Opinionated TypeScript wrapper around Express.js, EJS and MySQL.",
"main": "index.js",
"engines": {
"node": ">=12.0.0"
},
"types": "index.d.ts",
"homepage": "https://github.com/tech-espm/labs-teem",
"repository": {
"type": "git",
"url": "git+https://github.com/tech-espm/labs-teem.git"
},
"bugs": {
"url": "https://github.com/tech-espm/labs-teem/issues"
},
"scripts": {
"build": "tsc"
},
"keywords": [
"ejs",
"express",
"expressjs",
"mysql",
"typescript",
"wrapper"
],
"author": {
"name": "Carlos Rafael Gimenes das Neves",
"email": "carlosrafaelgn@gmail.com",
"url": "https://github.com/carlosrafaelgn"
},
"contributors": [
{
"name": "Carlos Rafael Gimenes das Neves",
"email": "carlosrafaelgn@gmail.com",
"url": "https://github.com/carlosrafaelgn"
}
],
"license": "MIT",
"bundledDependencies": [],
"dependencies": {
"compression": "1.7.5",
"cookie-parser": "1.4.7",
"ejs": "3.1.10",
"express": "4.21.2",
"express-ejs-layouts": "2.5.1",
"lru-cache": "7.10.1",
"multer": "1.4.5-lts.1",
"mysql2": "3.10.3"
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/express-serve-static-core": "4.19.5",
"@types/node": "14.14.21"
}
}