diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..7451c5d --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "faaslift", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "start": "nodemon index.js", + "test": "xo" + }, + "bin": "cli.js", + "author": "", + "license": "MIT", + "dependencies": { + "chalk": "^2.4.1", + "express": "^4.16.3", + "monk": "^6.0.6", + "require-from-string": "^2.0.2", + "vorpal": "^1.12.0" + }, + "devDependencies": { + "dotenv": "^6.0.0", + "nodemon": "^1.18.1", + "xo": "^0.21.1" + }, + "xo": { + "space": true + } +} |
