{
  "name": "solid-ng2-module",
  "version": "2.0.1",
  "description": "Solid Angular Module",
  "main": "dist/bundles/solid-ng2-module.umd.js",
  "module": "dist/index.js",
  "scripts": {
    "ngc": "ngc",
    "cleanup": "rimraf dist/bundles dist/src dist/index.d.ts dist/index.metadata.json dist/index.js dist/index.js.map dist/LICENSE dist/README.md",
    "bundling": "rollup -c",
    "minify": "uglifyjs dist/bundles/solid-ng2-module.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/solid-ng2-module.umd.min.js",
    "copy": "copyfiles LICENSE README.md dist",
    "build": "npm run cleanup && npm run ngc && npm run bundling && npm run minify && npm run copy",
    "publish-to-npm": "cd dist && npm publish"
  },
  "keywords": [],
  "author": {
    "name": "Solid"
  },
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^8.0.0",
    "@angular/core": "^8.0.0",
    "solid-web-resources": "^2.0.0"
  },
  "devDependencies": {
    "@angular/common": "^8.0.0",
    "@angular/compiler": "^8.0.0",
    "@angular/compiler-cli": "^8.0.0",
    "@angular/core": "^8.0.0",
    "solid-web-resources": "^2.0.0",
    "copyfiles": "^2.1.0",
    "rimraf": "^2.6.2",
    "rollup": "^0.68.1",
    "rxjs": "^6.5.2",
    "typescript": "3.4.5",
    "uglify-js": "^3.4.9",
    "zone.js": "^0.9.1"
  },
  "dependencies": {
    "solid-web-resources": "^2.0.0"
  }
}
