Action-SpigotMC/package.json

56 lines
1.4 KiB
JSON
Raw Normal View History

2020-11-01 01:27:31 +00:00
{
"name": "action-spigotmc",
2020-11-24 18:31:40 +00:00
"version": "1.0.0",
"description": "This GitHub Action allows you to easily compile Minecraft Spigot or Paper and install it in your runners local maven repository.",
"keywords": [
"github-actions",
"minecraft",
"spigot",
"papermc",
"continuous-integration"
],
2020-11-01 01:27:31 +00:00
"homepage": "https://github.com/SpraxDev/Action-SpigotMC#readme",
"main": "dist/index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build src/index.ts -s -m",
"start": "node dist/index.js",
"dev": "ncc run src/index.ts"
},
"author": {
"name": "Christian Koop",
"url": "https://Sprax2013.de",
"email": "developer@sprax2013.de"
},
"contributors": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SpraxDev/Action-SpigotMC.git"
},
"bugs": {
"url": "https://github.com/SpraxDev/Action-SpigotMC/issues"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@actions/core": "^1.2.6",
"async": "^3.2.0",
Update dependencies (#47) * Bump @vercel/ncc from 0.26.1 to 0.27.0 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.26.1...0.27.0) Signed-off-by: dependabot[bot] <support@github.com> * Bump fs-extra from 9.0.1 to 9.1.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.0.1 to 9.1.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.0.1...9.1.0) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 12.19.11 to 12.19.15 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.11 to 12.19.15. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com> * Run build script * Bump typescript from 4.1.3 to 4.2.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.2.3) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/fs-extra from 9.0.6 to 9.0.9 Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 9.0.6 to 9.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 12.19.11 to 12.20.7 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.11 to 12.20.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 20:03:34 +00:00
"fs-extra": "^9.1.0",
"n-readlines": "^1.0.1",
"xml-js": "^1.6.11"
2020-11-01 01:27:31 +00:00
},
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/async": "^3.2.5",
Update dependencies (#47) * Bump @vercel/ncc from 0.26.1 to 0.27.0 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.26.1...0.27.0) Signed-off-by: dependabot[bot] <support@github.com> * Bump fs-extra from 9.0.1 to 9.1.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.0.1 to 9.1.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.0.1...9.1.0) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 12.19.11 to 12.19.15 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.11 to 12.19.15. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com> * Run build script * Bump typescript from 4.1.3 to 4.2.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.2.3) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/fs-extra from 9.0.6 to 9.0.9 Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 9.0.6 to 9.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 12.19.11 to 12.20.7 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.11 to 12.20.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 20:03:34 +00:00
"@types/fs-extra": "^9.0.9",
"@types/n-readlines": "^1.0.1",
Update dependencies (#47) * Bump @vercel/ncc from 0.26.1 to 0.27.0 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.26.1...0.27.0) Signed-off-by: dependabot[bot] <support@github.com> * Bump fs-extra from 9.0.1 to 9.1.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.0.1 to 9.1.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.0.1...9.1.0) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 12.19.11 to 12.19.15 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.11 to 12.19.15. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com> * Run build script * Bump typescript from 4.1.3 to 4.2.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.2.3) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/fs-extra from 9.0.6 to 9.0.9 Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 9.0.6 to 9.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 12.19.11 to 12.20.7 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.11 to 12.20.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 20:03:34 +00:00
"@types/node": "~12.20.7",
"@vercel/ncc": "^0.27.0",
"ts-node": "^9.1.1",
Update dependencies (#47) * Bump @vercel/ncc from 0.26.1 to 0.27.0 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.26.1...0.27.0) Signed-off-by: dependabot[bot] <support@github.com> * Bump fs-extra from 9.0.1 to 9.1.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.0.1 to 9.1.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.0.1...9.1.0) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 12.19.11 to 12.19.15 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.11 to 12.19.15. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com> * Run build script * Bump typescript from 4.1.3 to 4.2.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.2.3) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/fs-extra from 9.0.6 to 9.0.9 Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 9.0.6 to 9.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 12.19.11 to 12.20.7 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.11 to 12.20.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 20:03:34 +00:00
"typescript": "^4.2.3"
2020-11-01 01:27:31 +00:00
}
}