dunamai-action/package.json

21 lines
393 B
JSON
Raw Normal View History

2020-07-10 20:43:29 -04:00
{
"name": "dunamai-action",
2022-10-31 14:12:33 +08:00
"version": "1.2.0",
2020-07-10 20:43:29 -04:00
"description": "",
"main": "index.js",
2020-07-10 20:59:22 -04:00
"scripts": {
"build": "ncc build src/index.ts --out public"
2020-07-10 20:59:22 -04:00
},
2020-07-10 20:43:29 -04:00
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0"
2020-07-10 20:43:29 -04:00
},
2020-07-10 20:59:22 -04:00
"devDependencies": {
"@types/node": "^16.11.7",
"@vercel/ncc": "^0.34.0",
2020-07-10 20:59:22 -04:00
"typescript": "^3.9.6"
}
2020-07-10 20:43:29 -04:00
}