-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "origin-carbon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "nodemon src/index.ts --exec ts-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thisisisaacantepara/Origin-Carbon.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thisisisaacantepara/Origin-Carbon/issues"
},
"homepage": "https://github.com/thisisisaacantepara/Origin-Carbon#readme",
"devDependencies": {
"@types/connect-flash": "^0.0.37",
"@types/express": "^4.17.13",
"@types/express-handlebars": "^6.0.0",
"@types/express-session": "^1.17.4",
"@types/express-validator": "^3.0.0",
"@types/mysql2": "github:types/mysql2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.1",
"connect-flash": "^0.1.1",
"express-mysql-session": "^2.1.7",
"express-validator": "^6.14.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.15",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typescript": "^4.5.4"
},
"dependencies": {
"express": "^4.17.2",
"express-handlebars": "^6.0.2",
"g": "^2.0.1",
"mysql2": "^2.3.3",
"node-sass": "^7.0.1",
"timeago.js": "^4.0.2"
}
}