{ "name": "dunamai-action", "version": "1.0.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" } }