package.json
{
"name": "unnote",
"devDependencies": {
"lerna-changelog": "^2.2.0"
},
"scripts": {
"changelog": "GITHUB_AUTH=$(cat .lerna-changelog-github-token) node_modules/.bin/lerna-changelog"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koffeinfrei/unnote.git"
}
}