UNPKG

711 BJSONView Raw
1{
2 "name": "standup-boy",
3 "version": "1.5.0",
4 "description": "A simple module to create daily standup texts",
5 "license": "MIT",
6 "repository": "vikepic/standup-boy",
7 "author": {
8 "name": "vikepic",
9 "email": "valcazar96@gmail.com",
10 "url": "vikepic.github.io"
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 "chalk": "^2.4.2",
32 "clipboardy": "^1.2.3",
33 "conf": "^2.1.0",
34 "env-paths": "^2.2.0",
35 "fs-extra": "^8.1.0",
36 "got": "^9.6.0",
37 "inquirer": "^6.2.1",
38 "meow": "^5.0.0"
39 },
40 "devDependencies": {
41 "xo": "^0.21.0"
42 }
43}