flowith2api / package.json
dotaevo's picture
Update package.json
97933b9 verified
raw
history blame contribute delete
253 Bytes
{
"name": "flowith2api",
"version": "1.0.0",
"private": true,
"main": "server.js",
"type": "commonjs",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"express": "^4.21.2"
}
}