AudioDownloadAPI/package.json
2024-09-04 22:49:47 -06:00

16 lines
276 B
JSON

{
"name": "asset",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2"
}
}