{
    "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
    "version": 1,
    "newProjectRoot": "projects",
    "projects": {
        "crypttp-angular": {
            "projectType": "application",
            "root": ".",
            "sourceRoot": "lib",
            "prefix": "app",
            "architect": {
                "build": {
                    "builder": "@angular-devkit/build-angular:browser",
                    "options": {
                        "outputPath": "dist/",
                        "main": "./index.ts",
                        "index": "",
                        "polyfills": "./polyfills.ts",
                        "tsConfig": "tsconfig.app.json",
                        "aot": false,
                        "styles": [
                            "node_modules/crypttp-style/index.scss",
                            "lib/crypttp.style.css",
                            "lib/crypttp.style.scss"
                        ],
                        "scripts": []
                    },
                    "configurations": {
                        "production": {
                            "optimization": true,
                            "outputHashing": "all",
                            "sourceMap": false,
                            "extractCss": true,
                            "namedChunks": false,
                            "aot": true,
                            "extractLicenses": true,
                            "vendorChunk": false,
                            "buildOptimizer": true,
                            "budgets": [
                                {
                                    "type": "initial",
                                    "maximumWarning": "2mb",
                                    "maximumError": "5mb"
                                },
                                {
                                    "type": "anyComponentStyle",
                                    "maximumWarning": "6kb",
                                    "maximumError": "10kb"
                                }
                            ]
                        }
                    }
                }
            }
        }
    },
    "defaultProject": "crypttp-angular"
}