pro / package.json
jiseki's picture
Create package.json
70d250f verified
raw
history blame contribute delete
267 Bytes
{
"name": "my-nodejs-app",
"version": "1.0.0",
"description": "A Node.js app for Hugging Face Spaces",
"main": "app.js",
"dependencies": {
"@huggingface/inference": "^1.0.0",
"express": "^4.17.1"
},
"scripts": {
"start": "node app.js"
}
}