projectAlphaDB / package.json
olimpa's picture
Update package.json (#1)
144896d
raw
history blame contribute delete
No virus
463 Bytes
{
"name": "help",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "echo \"Build\"",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"upgrade": "npm uninstall --save nocodb && npm install --save nocodb@^0.107.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^10.0.0",
"express": "^4.18.1",
"nocodb": "^0.107.0"
}
}