{
"name": "@rune/forge",
"version": "25.8.0",
"description": "Blueprint to optimal stack JSON converter - Part of Rune* Ecosystem",
"type": "module",
"bin": {
"runeforge": "./dist/cli.js"
},
"files": [
"dist/",
"schemas/",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rune-ecosystem/forge.git"
},
"keywords": [
"rune",
"blueprint",
"stack",
"infrastructure",
"devops"
],
"author": "Rune* Ecosystem <team@rune.cloud>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rune-ecosystem/forge/issues"
},
"homepage": "https://rune.cloud/forge",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=18.0.0"
}
}