{
  "name": "@friendly-tnsvue/migration-service",
  "version": "1.1.1-alpha.0",
  "main": "build/bundle.js",
  "repository": "https://github.com/friendly-tnsvue/migration-service.git",
  "homepage": "https://github.com/friendly-tnsvue/migration-service#readme",
  "author": "Gabriel Rodrigues <jipacoding@gmail.com>",
  "license": "GPL-3.0",
  "scripts": {
    "dev": "yarn compile:bundle --mode=development --watch",
    "test": "ava --colors",
    "lint": "tslint -p .",
    "format": "prettier --write \"**/*.{js,ts,tsx,json}\"",
    "clean-build": "rm -rf ./build/src-build ./build/templates ./build/bundle.js",
    "copy-templates": "if [ -e ./src/templates ]; then cp -a ./src/templates ./build/templates; fi",
    "compile:bundle": "webpack",
    "build:prepare": "yarn test && yarn clean-build && yarn format && yarn lint",
    "build:bundle": "yarn build:prepare && yarn compile:bundle && yarn copy-templates",
    "build": "yarn build:bundle"
  },
  "ava": {
    "compileEnhancements": false,
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  },
  "files": [
    "tsconfig.json",
    "tslint.json",
    "build",
    "LICENSE",
    "CHANGELOG.md",
    "README.md",
    "docs",
    "bin"
  ],
  "dependencies": {
    "@friendly-tnsvue/migration-models": "^1.1.1-alpha.0",
    "camel-case": "^3.0.0",
    "css": "^2.2.4",
    "gluegun": "^3.3.3",
    "jsdom": "^15.1.1",
    "node-sass": "^4.13.1",
    "tar": "^4.4.10",
    "ts-node": "^7.0.1",
    "typescript": "3.2.2"
  },
  "prettier": {
    "singleQuote": true
  },
  "devDependencies": {
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10"
  },
  "gitHead": "0c9ac532800350fca54f173f4c9e69ba0fef47bf"
}
