mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "github_actions_toolkit",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "A collection of github actions",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"generate-action-yml": "node lib/bin/generateActionYml.js",
|
|
"pack": "ncc build",
|
|
"build": "tsc && npm run generate-action-yml && npm run pack",
|
|
"clean": "rm -rf dist lib node_modules package-lock.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/garronej/github-actions-toolkit.git"
|
|
},
|
|
"author": "u/garronej",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.0",
|
|
"@octokit/rest": "^17.6.0",
|
|
"comment-json": "^3.0.2",
|
|
"evt": "1.6.8",
|
|
"glob": "^7.1.6",
|
|
"node-fetch": "^2.6.1",
|
|
"scripting-tools": "^0.19.12",
|
|
"tsafe": "^0.8.1",
|
|
"url-join": "^4.0.1",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^7.1.1",
|
|
"@types/jest": "^24.0.23",
|
|
"@types/node": "^12.7.12",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/validate-npm-package-name": "^3.0.0",
|
|
"@zeit/ncc": "^0.20.5",
|
|
"js-yaml": "^3.13.1",
|
|
"prettier": "^1.19.1",
|
|
"typescript": "^3.6.4"
|
|
}
|
|
}
|