Spaces:
Sleeping
Sleeping
| { | |
| "name": "node", | |
| "version": "1.0.0", | |
| "description": "---\r title: Node\r emoji: ๐\r colorFrom: pink\r colorTo: gray\r sdk: docker\r pinned: false\r short_description: freenode\r ---", | |
| "main": "index.js", | |
| "module": "commonjs", | |
| "type": "module", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "https://huggingface.co/spaces/huggingyoyoyo/node" | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "express": "^5.1.0", | |
| "systeminformation": "^5.27.11", | |
| "uuid": "^13.0.0", | |
| "yargs": "^18.0.0" | |
| }, | |
| "devDependencies": { | |
| "@types/express": "^5.0.5", | |
| "@types/yargs": "^17.0.34" | |
| } | |
| } | |