{
    "name": "dotcms-js",
    "version": "4.2.0-b100",
    "license": "GPL 3",
    "author": "dotCMS",
    "main": "bundles/amazing.umd.js",
    "module": "dotcms-js.js",
    "typings": "index.d.ts",
    "description": "DotCMS UI Angular App",
    "repository": {
        "type": "git",
        "url": "https://github.com/dotCMS/dotcms-js"
    },
    "bundleDependencies": true,
    "scripts": {
        "ng": "ng",
        "start": "ng serve",
        "build": "ng build",
        "test": "ng test",
        "lint": "ng lint",
        "e2e": "ng e2e",
        "transpile:dotcms-js": "ngc -p ./tsconfig.dotcms-js.json",
        "package:dotcms-js": "rollup -c",
        "minify:dotcms-js": "uglifyjs build-dotcms-js/bundles/amazing.umd.js --screw-ie8 --compress --mangle --comments --output build-dotcms-js/bundles/amazing.umd.min.js",
        "build:dotcms-js": "npm run transpile:dotcms-js && npm run package:dotcms-js && npm run minify:dotcms-js && npm run copy-files:dotcms-js",
        "copy-files:dotcms-js": "cd src && copyfiles './**/*.html' './**/*.css' './**/*.jpg' './**/*.gif' './**/*.png' ../build-dotcms-js/ && cd /"
    },
    "private": false
}
