File size: 366 Bytes
6bc61ad | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"name": "practice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.1",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.2.1",
"mysql2": "^3.16.0",
"sqlite3": "^5.1.7"
}
}
|