node-launcher-kit/package.json
2026-06-29 15:33:52 +02:00

43 lines
1.1 KiB
JSON

{
"name": "node-launcher-kit",
"homepage": "https://github.com/HerozDotExe/node-launcher-kit",
"version": "2.1.0",
"description": "A typescript library to install and launch minecraft with or without modloaders.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "tsup",
"testGen": "node ./tests/generator.js",
"test": "tsup && vitest --run"
},
"keywords": [],
"author": "HerozDotExe",
"license": "MIT",
"packageManager": "pnpm@10.17.1",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/adm-zip": "^0.5.8",
"@types/node": "^25.5.0",
"adm-zip": "^0.5.16",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.4.0",
"happy-dom": "^20.8.4",
"p-queue": "^9.3.0",
"prettier": "3.6.2",
"tsup": "^8.5.1",
"typescript-eslint": "^8.57.1",
"uuid": "^13.0.0",
"vitest": "^4.1.0"
},
"files": [
"dist"
]
}