{
  "name": "fr-node",
  "version": "0.0.6-1",
  "description": "fr-node CLI",
  "author": "Fabio Ramatis <me@framatis.com> (https://me.framatis.com)",
  "contributors": [
    "Huelder Antunes <huelderantuness@gmail.com> (https://nentier.com)"
  ],
  "keywords": [
    "CLI",
    "node.js",
    "javascript",
    "express.js",
    "restify.js",
    "gluegun"
  ],
  "bin": {
    "fr-node": "bin/fr-node"
  },
  "scripts": {
    "format": "prettier --write **/*.{js,json} && standard --fix",
    "lint": "standard",
    "test": "jest",
    "watch": "jest --watch",
    "snapupdate": "jest --updateSnapshot",
    "coverage": "jest --coverage"
  },
  "files": [
    "src",
    "LICENSE",
    "readme.md",
    "docs",
    "bin"
  ],
  "license": "MIT",
  "repository": "https://github.com/FahRamatis/fr-node",
  "dependencies": {
    "gluegun": "^2.1.0",
    "shelljs": "^0.8.3"
  },
  "devDependencies": {
    "jest": "^23.6.0",
    "prettier": "^1.18.2",
    "standard": "^12.0.1"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "standard": {
    "env": [
      "jest"
    ]
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  }
}
