Action-SpigotMC/package.json
dependabot[bot] 1f6456a1bd
Bump typescript from 4.2.3 to 4.3.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.3.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.3...v4.3.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 18:01:17 +00:00

55 lines
1.4 KiB
JSON

{
"name": "action-spigotmc",
"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"
],
"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.1.0",
"n-readlines": "^1.0.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/async": "^3.2.5",
"@types/fs-extra": "^9.0.9",
"@types/n-readlines": "^1.0.1",
"@types/node": "~12.20.7",
"@vercel/ncc": "^0.27.0",
"ts-node": "^9.1.1",
"typescript": "^4.3.5"
}
}