doesitarm/scripts/vercel-post-deploy/package.json
2022-08-21 10:24:57 -05:00

12 lines
253 B
JSON

{
"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"
}