{ "name": "fnm", "version": "0.0.0", "private": true, "repository": "git@github.com:Schniz/fnm.git", "author": "Gal Schlezinger ", "license": "GPLv3", "scripts": { "changelog": "./.ci/generate-changelog.sh", "version:prepare": "./.ci/prepare-version.js", "generate-command-docs": "./.ci/print-command-docs.js" }, "changelog": { "repo": "Schniz/fnm", "labels": { "PR: New Feature": "New Feature 🎉", "PR: Bugfix": "Bugfix 🐛", "PR: Internal": "Internal 🛠", "PR: Documentation": "Documentation 📝" } }, "devDependencies": { "cmd-ts": "0.6.9", "execa": "5.0.0", "lerna-changelog": "1.0.1", "prettier": "2.3.0", "toml": "3.0.0" } }