47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "bedrock-find-version",
|
|
"version": "1.0.0",
|
|
"description": "Find bedrock server versions and update version files",
|
|
"main": "src/index.js",
|
|
"types": "./src/index.d.ts",
|
|
"private": false,
|
|
"type": "module",
|
|
"homepage": "https://github.com/Sirherobrine23/base_typescript#readme",
|
|
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com> (https://sirherobrine23.org/)",
|
|
"license": "GPL-2.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sirherobrine23/base_typescript.git"
|
|
},
|
|
"keywords": [],
|
|
"bugs": {
|
|
"url": "https://github.com/Sirherobrine23/base_typescript/issues"
|
|
},
|
|
"sponsor": {
|
|
"url": "https://github.com/sponsors/Sirherobrine23"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"scripts": {
|
|
"updateVesion": "ts-node src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/adm-zip": "^0.5.0",
|
|
"@types/node": "^20.3.1",
|
|
"@types/tar": "^6.1.5",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@actions/github": "^5.1.1",
|
|
"@sirherobrine23/http": "^3.6.12",
|
|
"adm-zip": "^0.5.10",
|
|
"compare-versions": "^6.0.0-rc.1",
|
|
"tar": "^6.1.15"
|
|
}
|
|
}
|