aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: e11c0ced3a544d971d94f4a458167bd48b1dd964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "faaslift",
  "version": "1.0.7",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "nodemon index.js",
    "test": "xo"
  },
  "bin": "cli.js",
  "author": "",
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.4.1",
    "dotenv": "^6.0.0",
    "express": "^4.16.3",
    "intercept-stdout": "^0.1.2",
    "monk": "^6.0.6",
    "npm": "^6.1.0",
    "require-from-string": "^2.0.2",
    "vorpal": "^1.12.0"
  },
  "devDependencies": {
    "nodemon": "^1.18.1",
    "xo": "^0.21.1"
  },
  "xo": {
    "space": true
  }
}