Panel / package.json
Niansuh's picture
Create package.json
a82653c verified
raw
history blame
217 Bytes
{
"name": "api-panel",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^4.17.1",
"mysql2": "^2.2.5",
"node-fetch": "^2.6.1"
}
}