launchpad-installer
Version:
GitHub Action to install packages using Launchpad.
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "launchpad-installer",
"version": "0.6.4",
"description": "GitHub Action to install packages using Launchpad.",
"author": "Stacks.js <hello@stacks.js.org>",
"license": "MIT",
"homepage": "https://github.com/stacksjs/launchpad#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/launchpad.git"
},
"bugs": {
"url": "https://github.com/stacksjs/launchpad/issues"
},
"keywords": [
"github-action",
"launchpad",
"pkgx",
"package-manager",
"ci-cd",
"installer"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"launchpad-installer": "dist/index.js"
},
"scripts": {
"build": "bun run build.ts",
"prepare": "bun run build",
"test": "echo \"No tests yet\" && exit 0"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.1",
"@actions/io": "^1.1.3"
},
"devDependencies": {
"bun-plugin-dtsx": "^0.9.5",
"typescript": "^5.8.3"
}
}