You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
840 B
32 lines
840 B
{ |
|
"name": "fnm", |
|
"version": "1.31.1", |
|
"private": true, |
|
"repository": "git@github.com:Schniz/fnm.git", |
|
"author": "Gal Schlezinger <gal@spitfire.co.il>", |
|
"packageManager": "pnpm@7.13.2", |
|
"license": "GPLv3", |
|
"scripts": { |
|
"version:prepare": "changeset version && ./.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": { |
|
"@changesets/cli": "2.25.0", |
|
"cmd-ts": "0.11.0", |
|
"execa": "5.1.1", |
|
"lerna-changelog": "2.2.0", |
|
"prettier": "2.7.1", |
|
"pv": "1.0.1", |
|
"svg-term-cli": "2.1.1", |
|
"toml": "3.0.0" |
|
} |
|
}
|
|
|