foundry-installer
Version:
A Node.js installer for the Foundry suite of tools.
33 lines • 715 B
JSON
{
"name": "foundry-installer",
"description": "A Node.js installer for the Foundry suite of tools.",
"version": "0.1.4",
"author": "Gilgameš",
"license": "MIT",
"keywords": [
"install",
"installer",
"foundry",
"foundry-rs",
"foundryup",
"forge",
"anvil",
"cast"
],
"repository": "https://github.com/Gilgames000/foundry-installer",
"main": "./src/install.js",
"bin": {
"forge": "./bin/forge",
"anvil": "./bin/anvil",
"cast": "./bin/cast"
},
"dependencies": {
"@foundry-rs/easy-foundryup": "^0.1.3",
"dedent": "^0.7.0"
},
"type": "module",
"packageManager": "pnpm@8.6.0",
"scripts": {
"preinstall": "node ./src/install.js"
}
}