"publish-location": "./dist/angular-compile"
},
"description": "🆖 Angular Dynamic Compile - Convert strings to Angular components",
"scripts": {
"ng": "ng",
"start": "ng serve --hmr",
"build": "ng build",
"test": "grunt",
"lint": "ng lint",
"e2e": "ng e2e",
"build-lib": "mkdirp ./dist/angular-compile && ncp ./projects/angular-compile/src ./dist/angular-compile && ncp ./projects/angular-compile/package.json ./dist/angular-compile/package.json && cp README.md ./dist/angular-compile && cp LICENSE ./dist/angular-compile && node node_modules/corifeus-builder/src/utils/angular/post-lib-build.js",
"build-lib-old": "ng build --configuration=production --project angular-compile && cp README.md ./dist/angular-compile && cp LICENSE ./dist/angular-compile && node node_modules/corifeus-builder/src/utils/angular/post-lib-build.js",
"build-app-info": "Have to disable AOT for this build",
"build-app": "ng build --configuration=production --source-map=false --output-hashing=all --base-href=/ --aot=false --build-optimizer=false --optimization=true && grunt htmlmin:dist",
"stats": "ng build --stats-json && webpack-bundle-analyzer dist/angular-compile-workspace/stats.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/angular-compile.git"
},
"keywords": [
"p3x",
"angular",
"ng",
"compile",
"html",
"angular",
"dynamic",
"aot"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/angular-compile/issues"
},
"homepage": "https://corifeus.com/angular-compile",
"dependencies": {