This commit is contained in:
yorgei
2025-04-05 12:39:58 +10:00
parent afa9ed98e5
commit bb6ac8bea6
5 changed files with 1167 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "get-vercel-sourcecode",
"version": "2.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^5.0.0",
"dotenv": "^16.0.0",
"got": "^12.0.1",
"ora": "^6.0.1"
}
}