insta-api-server / package.json
shuarya2011's picture
Update package.json
87900ce verified
Raw
History Blame Contribute Delete
271 Bytes
{
"name": "hf-storage-api",
"version": "1.0.1",
"main": "app.js",
"type": "commonjs",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"node-fetch": "^2.6.7"
},
"scripts": {
"start": "node app.js"
}
}