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.
51 lines
1.3 KiB
51 lines
1.3 KiB
{ |
|
"name": "fnm", |
|
"version": "1.37.1", |
|
"private": true, |
|
"repository": "git@github.com:Schniz/fnm.git", |
|
"author": "Gal Schlezinger <gal@spitfire.co.il>", |
|
"type": "module", |
|
"packageManager": "pnpm@9.1.4", |
|
"license": "GPLv3", |
|
"scripts": { |
|
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest", |
|
"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.27.6", |
|
"@changesets/changelog-github": "0.5.0", |
|
"@types/jest": "^29.2.3", |
|
"@types/node": "^18.11.9", |
|
"@types/shell-escape": "^0.2.1", |
|
"chalk": "^5.1.2", |
|
"cmd-ts": "0.13.0", |
|
"cross-env": "^7.0.3", |
|
"execa": "7.2.0", |
|
"jest": "^29.3.1", |
|
"lerna-changelog": "2.2.0", |
|
"node-fetch": "^3.3.0", |
|
"prettier": "3.3.2", |
|
"pv": "1.0.1", |
|
"shell-escape": "^0.2.0", |
|
"svg-term-cli": "2.1.1", |
|
"toml": "3.0.0", |
|
"ts-dedent": "^2.2.0", |
|
"ts-jest": "^29.0.3", |
|
"typescript": "^5.0.0", |
|
"which": "^3.0.1", |
|
"zod": "^3.19.1" |
|
}, |
|
"prettier": { |
|
"semi": false |
|
} |
|
}
|
|
|