mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-20 14:30:48 +00:00
20 lines
393 B
JSON
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"
|
|
}
|
|
}
|