dunamai-action/package.json
2022-10-31 14:12:33 +08:00

20 lines
393 B
JSON

{
"name": "dunamai-action",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "ncc build src/index.ts --out public"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@vercel/ncc": "^0.34.0",
"typescript": "^3.9.6"
}
}