UNPKG

720 BJSONView Raw
1{
2 "name": "standup-boy",
3 "version": "1.6.0",
4 "description": "A simple module to create daily standup texts",
5 "license": "MIT",
6 "repository": "lts-beratung/standup-boy",
7 "author": {
8 "name": "lts-beratung",
9 "email": "github@lts-beratung.de",
10 "url": "https://www.lts-beratung.de/en.html"
11 },
12 "bin": "src/cli.js",
13 "engines": {
14 "node": ">=6"
15 },
16 "scripts": {
17 "test": "xo"
18 },
19 "files": [
20 "src"
21 ],
22 "keywords": [
23 "cli-app",
24 "cli",
25 "standup",
26 "agile",
27 "scrum",
28 ""
29 ],
30 "dependencies": {
31 "clipboardy": "^1.2.3",
32 "conf": "^2.1.0",
33 "env-paths": "^2.2.0",
34 "fs-extra": "^8.1.0",
35 "got": "^9.6.0",
36 "inquirer": "^6.2.1",
37 "meow": "^5.0.0"
38 },
39 "devDependencies": {
40 "xo": "^0.21.0"
41 }
42}