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.
25 lines
574 B
25 lines
574 B
4 years ago
|
{
|
||
|
"name": "fnm",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"repository": "git@github.com:Schniz/fnm.git",
|
||
|
"author": "Gal Schlezinger <gal@spitfire.co.il>",
|
||
|
"license": "GPLv3",
|
||
|
"scripts": {
|
||
|
"changelog": "./.ci/generate-changelog.sh"
|
||
|
},
|
||
|
"changelog": {
|
||
|
"repo": "Schniz/fnm",
|
||
|
"labels": {
|
||
|
"PR: New Feature": "New Feature 🎉",
|
||
|
"PR: Bugfix": "Bugfix 🐛",
|
||
|
"PR: Internal": "Internal 🛠",
|
||
|
"PR: Documentation": "Documentation 📝"
|
||
|
}
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"lerna-changelog": "^1.0.1",
|
||
|
"prettier": "^2.1.2"
|
||
|
}
|
||
|
}
|