easy-setup
Version:
38 lines • 1 kB
JSON
{
"name": "easy-setup",
"version": "1.3.9",
"description": "easy-setup",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"bin": {
"easy-setup": "bundle/cli.js"
},
"files": [
"dist",
"bundle"
],
"repository": {
"type": "git",
"url": "git+https://github.com/easy-install/easy-setup.git"
},
"homepage": "https://github.com/easy-install/easy-setup#readme",
"keywords": [
"easy-setup"
],
"author": "ahaoboy",
"license": "ISC",
"dependencies": {
"@easy-install/easy-install": "1.3.4"
},
"devDependencies": {
"@actions/core": "1.11.1",
"@types/node": "22.13.4",
"esbuild": "0.25.0",
"typescript": "5.7.3"
},
"scripts": {
"format": "deno fmt --ignore=node_modules,dist,bundle,target --indent-width=2 --no-semicolons --single-quote",
"build": "tsc -p tsconfig.build.json && npm run bundle",
"bundle": "esbuild --target=node20 --outdir=bundle --bundle --minify --platform=node --format=cjs src/action.ts"
}
}