Spaces:
Running
Running
File size: 514 Bytes
0cc02b4 a3c1ad0 0cc02b4 987fe1a 0cc02b4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"name": "nodejs-template",
"version": "0.0.1",
"description": "A template for running Node.js in a Hugging Face Space.",
"keywords": [
"Node",
"Node.js",
"Hugging Face Space"
],
"repository": {
"type": "git",
"url": "[email protected]:spaces/tomayac/nodejs-template"
},
"license": "Apache-2.0",
"author": "Thomas Steiner ([email protected])",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "latest"
}
} |