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.
24 lines
574 B
24 lines
574 B
{ |
|
"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" |
|
} |
|
}
|
|
|