paystack-callback / package.json
Pepguy's picture
Update package.json
ce9c49d verified
raw
history blame
359 Bytes
{
"name": "hf-node-app",
"version": "1.0.0",
"description": "A simple Express server for Hugging Face Spaces",
"main": "app.js",
"scripts": {
"start": "node all"
},
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"@mapbox/node-pre-gyp": "1.x",
"wrtc": "^0.4.7"
}
}