{ "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" } }