setup build

This commit is contained in:
2023-08-18 20:22:35 -07:00
parent 5def737113
commit aa19b9f43f
8 changed files with 4218 additions and 3 deletions

View File

@@ -1,6 +1,15 @@
{
"private": true,
"scripts": {
"lint": "eslint .",
"prepare": "ncc build main.js -o dist --source-map --license licenses.txt",
"all": "npm run lint && npm run prepare"
},
"dependencies": {
"@actions/core": "^1.10.0"
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"eslint": "^8.37.0"
}
}
}