-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.35 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
{
"name": "landit",
"version": "1.0.0",
"description": "[![License: MIT](https://custom-icon-badges.demolab.com/badge/license-MIT-yellowgreen.svg?logo=law)](https://opensource.org/licenses/MIT) ![GitHub repo size](https://custom-icon-badges.demolab.com/github/repo-size/juan-piedra/LandIt?logo=repo) ![GitHub top language](https://img.shields.io/github/languages/top/juan-piedra/LandIt?logo=javascript&logoColor=f5f5f5) ![GitHub last commit](https://custom-icon-badges.demolab.com/github/last-commit/juan-piedra/LandIt?logo=git-commit)",
"main": "server.js",
"dependencies": {
"bcrypt": "^5.1.0",
"connect-session-sequelize": "^7.1.7",
"css-tooltip": "^0.3.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-handlebars": "^7.0.7",
"express-session": "^1.17.3",
"mysql2": "^3.5.1",
"node": "^20.4.0",
"nodemon": "^3.0.1",
"sequelize": "^6.32.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"watch": "nodemon server.js",
"seed": "node seeds/seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juan-piedra/LandIt.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/juan-piedra/LandIt/issues"
},
"homepage": "https://github.com/juan-piedra/LandIt#readme"
}