-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 947 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 947 Bytes
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
{
"name": "forge",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "node server.js",
"seeds": "node seeds/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ratalla816/Forge.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ratalla816/Forge/issues"
},
"homepage": "https://github.com/ratalla816/Forge#readme",
"dependencies": {
"accessibility-checker": "^3.1.10",
"aos": "^2.3.4",
"bcrypt": "^5.0.1",
"connect-session-sequelize": "^7.1.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.4",
"express-session": "^1.17.2",
"heroku": "^7.59.0",
"mysql2": "^2.3.0",
"node": "^16.10.0",
"node.js": "^0.0.1-security",
"puzzy-search": "^1.0.20",
"sequelize": "^6.6.5"
},
"devDependencies": {
"jest": "^27.2.4"
}
}