init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "api",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"author": "F04C, Michael, Ronmel",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.21.0",
|
||||
"mysql": "^2.18.1",
|
||||
"mysql2": "^3.11.3"
|
||||
},
|
||||
"keywords": [],
|
||||
"description": ""
|
||||
}
|
||||
Reference in New Issue
Block a user