{
  "name": "@gct256/sitetool",
  "version": "3.1.0",
  "description": "site build tool",
  "main": "lib/index",
  "typings": "types/index.d.ts",
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "watch": "cross-env NODE_ENV=development rollup -c -w",
    "prebuild": "rimraf lib",
    "build": "cross-env NODE_ENV=production rollup -c",
    "test": "jest",
    "prepare": "npm run build"
  },
  "jest": {
    "testRegex": "/__tests__/(.*/)?test_.*\\.(tsx?|jsx?)$"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gct256/sitetool.git"
  },
  "author": "gct256+github@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gct256/sitetool/issues"
  },
  "homepage": "https://github.com/gct256/sitetool#readme",
  "dependencies": {
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "@typescript-eslint/parser": "^1.10.2",
    "autoprefixer": "^9.6.0",
    "browser-sync": "^2.26.7",
    "chokidar": "^3.0.1",
    "css-mqpacker": "^7.0.0",
    "cssnano": "^4.1.10",
    "fs-extra": "^8.0.1",
    "globby": "^9.2.0",
    "handlebars": "^4.1.2",
    "imagemin": "^6.1.0",
    "imagemin-gifsicle": "^6.0.1",
    "imagemin-jpegtran": "^6.0.0",
    "imagemin-optipng": "^7.0.0",
    "imagemin-svgo": "^7.0.0",
    "imagemin-webp": "^5.1.0",
    "node-sass": "^4.12.0",
    "postcss": "^7.0.17",
    "postcss-sorting": "^5.0.0",
    "prettier": "^1.18.2",
    "require-from-string": "^2.0.2",
    "rollup": "^1.15.6",
    "rollup-plugin-babel": "^4.3.2",
    "strip-comments": "^1.0.2",
    "uglify-js": "^3.6.0"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/plugin-syntax-class-properties": "^7.2.0",
    "@babel/preset-typescript": "^7.3.3",
    "@types/autoprefixer": "^9.5.0",
    "@types/browser-sync": "^2.26.0",
    "@types/cssnano": "^4.0.0",
    "@types/fs-extra": "^7.0.0",
    "@types/jest": "^24.0.15",
    "@types/node": "^12.0.8",
    "@types/node-sass": "^4.11.0",
    "@types/prettier": "^1.16.4",
    "@types/require-from-string": "^1.2.0",
    "@types/uglify-js": "^3.0.4",
    "@typescript-eslint/eslint-plugin": "^1.10.2",
    "babel-jest": "^24.8.0",
    "cross-env": "^5.2.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-prettier": "^5.0.0",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-jest": "^22.6.4",
    "eslint-plugin-promise": "^4.1.1",
    "jest": "^24.8.0",
    "rimraf": "^2.6.3",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-typescript2": "^0.21.1",
    "typescript": "^3.5.2"
  }
}
