You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
719 B
JSON
33 lines
719 B
JSON
{
|
|
"name": "@kay/git-scheduler",
|
|
"version": "1.3.0",
|
|
"description": "schedule your work, because fuck you",
|
|
"bin": "./git-scheduler",
|
|
"files": [
|
|
"git-scheduler",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "yarn && webpack",
|
|
"start": "node dist/bundle.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@code.eutychia.org:kay/git-scheduler.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "SEE LICENSE IN LICENSE.CNPLv7+.md",
|
|
"devDependencies": {
|
|
"chalk": "^5.0.0",
|
|
"cli-cursor": "^4.0.0",
|
|
"commander": "^8.3.0",
|
|
"conf": "^10.1.1",
|
|
"inquirer": "^8.2.0",
|
|
"moment": "^2.29.1",
|
|
"rxjs": "^7.5.2",
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.10.0"
|
|
}
|
|
}
|