Convert vercel-post-deploy into package

This commit is contained in:
Sam Carlton 2022-08-21 10:24:57 -05:00
parent 2d70dd248f
commit 54de4f4791
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"name": "vercel-post-deploy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx vite-node index.js"
},
"author": "",
"license": "ISC"
}