Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
implement and replace exec, glob, state packages from github
Browse files Browse the repository at this point in the history
  • Loading branch information
burnerlee committed Feb 22, 2024
1 parent b04285a commit 39470c0
Show file tree
Hide file tree
Showing 25 changed files with 499 additions and 410 deletions.
147 changes: 130 additions & 17 deletions sources/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint --fix src/**/*.ts",
"compile-setup-gradle-main": "ncc build src/setup-gradle/main.ts --out ../dist/setup-gradle/main --source-map --no-source-map-register",
"compile-setup-gradle-post": "ncc build src/setup-gradle/post.ts --out ../dist/setup-gradle/post --source-map --no-source-map-register",
"compile": "npm-run-all --parallel compile-*",
"check": "npm-run-all --parallel format lint",
"test": "jest",
"build": "npm run check && npm run compile",
"build": "npm run compile",
"all": "npm run build && npm test"
},
"repository": {
Expand All @@ -39,12 +40,15 @@
"@octokit/rest": "19.0.13",
"@octokit/webhooks-types": "7.3.1",
"semver": "7.5.4",
"shelljs": "^0.8.5",
"string-argv": "0.3.2",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/jest": "29.5.11",
"@types/js-yaml": "^4.0.9",
"@types/node": "20.10.0",
"@types/shelljs": "^0.8.15",
"@types/unzipper": "0.10.9",
"@typescript-eslint/parser": "6.19.1",
"@vercel/ncc": "0.38.1",
Expand All @@ -53,7 +57,7 @@
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"js-yaml": "4.1.0",
"js-yaml": "^4.1.0",
"npm-run-all": "4.1.5",
"patch-package": "8.0.0",
"prettier": "3.2.4",
Expand Down
Loading

0 comments on commit 39470c0

Please sign in to comment.