Hacking / package.json
Aditya Sharma
update
1719261
raw
history blame contribute delete
425 Bytes
{
"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"
}
}