{ "name": "action-js-template", "version": "0.0.1", "private": true, "description": "A javascript template for rapid development of GitHub actions.", "main": "src/main.js", "scripts": { "package": "ncc build", "format": "prettier --write src/*.js", "format-check": "prettier --check src/*.js" }, "repository": { "type": "git", "url": "https://github.com/actions-cool/action-js-template", "branch": "main" }, "author": "xrkffgg", "license": "MIT", "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", "@octokit/rest": "^18.0.14" }, "devDependencies": { "@umijs/fabric": "^2.5.6", "@vercel/ncc": "^0.27.0", "prettier": "^2.2.1" } }