ryu-js / package.json
randydev's picture
Update package.json
8c0c021 verified
raw
history blame
419 Bytes
{
"name": "dev-mode-javascript",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.19.2",
"axios": "*",
"dotenv": "*",
"mongodb": "*",
"cheerio": "*",
"swagger-ui-express": "*",
"swagger-jsdoc": "*"
},
"type": "module"
}