summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 9ace1613105dfbacc23f35e3f6634939f494fbc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "yta",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "colors": "^1.4.0",
    "node-fetch": "^2.6.1",
    "prompt": "^1.1.0"
  }
}