summaryrefslogtreecommitdiff
path: root/package.json
blob: 5838c952513b6f35444d611af171d27462703a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "bingoloto-remote",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "chalk": "^4.1.0",
    "ora": "^5.0.0",
    "prompt": "^1.0.0"
  },
  "devDependencies": {},
  "scripts": {
    "start": "node index.js"
  },
  "author": "",
  "license": "ISC"
}