Spaces:
Runtime error
Runtime error
File size: 375 Bytes
60a6ee2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"name": "hldnode",
"version": "0.0.1",
"description": "Just Node.js sandbox in a Hugging Face Space.",
"keywords": [
"Node",
"Node.js",
"Hugging Face Space"
],
"license": "Apache-2.0",
"author": "heavylildude",
"type": "module",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "latest"
}
} |