{
    "name": "st-build",
    "version": "1.0.0-alpha.1.47",
    "publishConfig": {
        "access": "public"
    },
    "keywords": [
        "springtype build",
        "st-build"
    ],
    "description": "CLI tool for building your SpringType projects (production output).",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/springtype-org/springtype.git"
    },
    "scripts": {
        "bootstrap": "npm run bootstrap:cli/st-build --prefix ../../../",
        "clean:all": "npm run clean:all:cli/st-build --prefix ../../../",
        "clean": "npm run clean:cli/st-build --prefix ../../../",
        "watch": "npm run watch:cli/st-build --prefix ../../../",
        "build": "npm run build:cli/st-build --prefix ../../../",
        "release": "npm run release:cli/st-build --prefix ../../../",
        "start": "npm run start:cli/st-build --prefix ../../../"
    },
    "engines": {
        "node": ">=10"
    },
    "bundledDependencies": [
        "chalk",
        "clean-webpack-plugin",
        "html-webpack-plugin",
        "ts-loader",
        "webpack",
        "st-start"
    ],
    "bin": {
        "st-build": "./index.js"
    },
    "main": "index.js",
    "types": "index.d.ts",
    "author": "Aron Homberg, Michael Mannseicher",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/springtype-org/springtype/issues"
    },
    "homepage": "https://springtype.org",
    "dependencies": {
        "chalk": "^2.4.2",
        "clean-webpack-plugin": "^3.0.0",
        "html-webpack-plugin": "^3.2.0",
        "st-start": "^1.0.0-alpha.1.47",
        "ts-loader": "^6.0.4",
        "webpack": "^4.38.0"
    },
    "devDependencies": {
        "@types/node": "^11.13.7",
        "node": "^12.6.0",
        "typescript": "^3.3.4000"
    }
}