summaryrefslogtreecommitdiff
path: root/package.json
blob: e76f243b5a7456b7581686c6074d720779fb77d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "autopush",
  "version": "1.0.0",
  "description": "",
  "main": "autopush",
  "scripts": {
    "run": "./autopush",
    "test": "cd /Volumes/Unicorn; /Volumes/Unicorn/autopush/autopush"
  },
  "author": "Equestria.dev",
  "type": "commonjs",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.2",
    "ora": "^6.1.2",
    "prompts": "^2.4.2"
  }
}