{
    "name": "@radic/build-tools",
    "license": "MIT",
    "version": "1.2.0",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "jsnext:main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "author": {
        "name": "Robin Radic"
    },
    "scripts": {
        "clean": "rm -rf dist/ ",
        "env:dev": "NODE_ENV=development",
        "env:prod": "NODE_ENV=production",
        "dev:build": "npm-run-all env:dev clean build",
        "prod:build": "npm-run-all env:prod clean build",
        "dev:watch": "npm-run-all env:dev clean build",
        "build": "tsc"
    },
    "engines": {
        "node": ">=8",
        "npm": ">=5"
    },
    "files": [
        "dist"
    ],
    "dependencies": {
        "@types/chalk": "^2.2.0",
        "@types/dotenv": "^4.0.3",
        "@types/filesize": "^3.6.0",
        "@types/globule": "^1.1.3",
        "@types/gzip-size": "^4.1.0",
        "@types/inquirer": "^0.0.43",
        "@types/is-root": "^1.0.0",
        "@types/lodash": "^4.14.117",
        "@types/semver": "^5.5.0",
        "semver": "^5.6.0",
        "babel-minify": "^0.5.0",
        "chalk": "^2.4.1",
        "detect-port-alt": "^1.1.6",
        "dotenv": "^6.1.0",
        "filesize": "^3.6.1",
        "globule": "^1.2.1",
        "gzip-size": "^5.0.0",
        "inquirer": "^6.2.0",
        "is-root": "^2.0.0",
        "lodash": "^4.17.11",
        "npm-run-all": "^4.1.3",
        "purify-css": "^1.2.5",
        "temp-dir": "^1.0.0",
        "ts-node": "^7.0.1",
        "typescript": "^3.1.3"
    }
}