Matheus Sampaio Queiroga
8b5c3a885d
All checks were successful
Find / findVersion (push) Successful in 1m38s
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
37 lines
973 B
JSON
37 lines
973 B
JSON
{
|
|
"name": "bedrock-find-version",
|
|
"version": "0.2.0",
|
|
"description": "Find bedrock server versions and update version files",
|
|
"main": "src/index.js",
|
|
"types": "./src/index.d.ts",
|
|
"private": false,
|
|
"type": "module",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node --loader ts-node/esm --require ts-node/register src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/adm-zip": "^0.5.5",
|
|
"@types/jsdom": "^21.1.6",
|
|
"@types/node": "^20.10.4",
|
|
"@types/tar-stream": "^3.1.3",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.10",
|
|
"form-data": "^4.0.0",
|
|
"got": "^14.0.0",
|
|
"jsdom": "^23.0.1",
|
|
"tar-stream": "^3.1.6"
|
|
}
|
|
}
|