Action-SpigotMC/dist/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2020-11-01 01:27:31 +00:00
{
"name": "action-spigotmc",
"version": "0.0.1",
"description": "",
"keywords": [],
"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",
"fs-extra": "^9.0.1",
"n-readlines": "^1.0.1",
"xml-js": "^1.6.11"
2020-11-01 01:27:31 +00:00
},
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
Update some dependencies (#24) * Bump @vercel/ncc from 0.24.1 to 0.25.1 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.24.1 to 0.25.1. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.24.1...0.25.1) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/async from 3.2.3 to 3.2.4 Bumps [@types/async](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async) Signed-off-by: dependabot[bot] <support@github.com> * Bump typescript from 4.0.5 to 4.1.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 12.19.4 to 12.19.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.4 to 12.19.6. - [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> * Build project It looks like `ncc` has a bug that adds 2 semicolon to `sourcemap-register.js` but that should not be a problem Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 08:08:55 +00:00
"@types/async": "^3.2.4",
"@types/fs-extra": "^9.0.4",
"@types/n-readlines": "^1.0.1",
Update some dependencies (#24) * Bump @vercel/ncc from 0.24.1 to 0.25.1 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.24.1 to 0.25.1. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.24.1...0.25.1) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/async from 3.2.3 to 3.2.4 Bumps [@types/async](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async) Signed-off-by: dependabot[bot] <support@github.com> * Bump typescript from 4.0.5 to 4.1.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 12.19.4 to 12.19.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.4 to 12.19.6. - [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> * Build project It looks like `ncc` has a bug that adds 2 semicolon to `sourcemap-register.js` but that should not be a problem Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 08:08:55 +00:00
"@types/node": "~12.19.6",
"@vercel/ncc": "^0.25.1",
2020-11-01 01:27:31 +00:00
"ts-node": "^9.0.0",
Update some dependencies (#24) * Bump @vercel/ncc from 0.24.1 to 0.25.1 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.24.1 to 0.25.1. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.24.1...0.25.1) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/async from 3.2.3 to 3.2.4 Bumps [@types/async](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async) Signed-off-by: dependabot[bot] <support@github.com> * Bump typescript from 4.0.5 to 4.1.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 12.19.4 to 12.19.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.4 to 12.19.6. - [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> * Build project It looks like `ncc` has a bug that adds 2 semicolon to `sourcemap-register.js` but that should not be a problem Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 08:08:55 +00:00
"typescript": "^4.1.2"
2020-11-01 01:27:31 +00:00
}
}