Spaces:
Running
Running
File size: 425 Bytes
1719261 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"name": "hacking",
"version": "1.0.0",
"description": "--- title: Hacking emoji: π colorFrom: purple colorTo: blue sdk: docker pinned: false ---",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://huggingface.co/spaces/AdityaSharmaTech/Hacking"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0"
}
}
|