UNPKG

845 BJSONView Raw
1{
2 "name": "@masonite/slab-cli",
3 "version": "0.4.2",
4 "description": "A local development tool for Masonite websites.",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/masonitedoors/slab-cli.git"
9 },
10 "preferGlobal": true,
11 "main": "slab.js",
12 "bin": {
13 "slab": "slab.js"
14 },
15 "engineStrict": true,
16 "engines": {
17 "node": ">=8"
18 },
19 "dependencies": {
20 "app-root-path": "^2.1.0",
21 "chalk": "^2.4.1",
22 "cli-table": "^0.3.1",
23 "commander": "^2.16.0",
24 "fs": "0.0.1-security",
25 "inquirer": "^6.0.0",
26 "moment": "^2.22.2",
27 "moment-timezone": "^0.5.21",
28 "nconf": "^0.10.0",
29 "node-fetch": "^2.2.0",
30 "shelljs": "^0.8.2",
31 "slugify": "^1.3.0",
32 "validator": "^10.4.0"
33 },
34 "devDependencies": {
35 "eslint": "^4.19.1",
36 "eslint-config-airbnb-base": "^13.0.0",
37 "eslint-plugin-import": "^2.13.0"
38 }
39}