{
  "name": "ngx-library-assets",
  "version": "2.0.4",
  "description": "Angular builders to include assets from libraries into applications",
  "builders": "builders.json",
  "scripts": {
    "build": "tsc -p tsconfig.json && npm run cpy-schemas",
    "cpy-schemas": "npx cpy '**/schema.json' '../dist' --cwd=src --parents",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/orjandesmet/ngx-library-assets.git"
  },
  "files": [
    "dist",
    "builders.json",
    "include-schema.json"
  ],
  "keywords": [
    "angular",
    "builders",
    "library",
    "assets"
  ],
  "author": "Orjan De Smet <orjan.de.smet@gmail.com> (https://github.com/orjandesmet)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/orjandesmet/ngx-library-assets/issues"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "homepage": "https://github.com/orjandesmet/ngx-library-assets#readme",
  "peerDependencies": {
    "@angular/cli": ">=11.2.6",
    "@angular/compiler-cli": ">=11.2.7"
  },
  "dependencies": {
    "@angular-devkit/architect": "*",
    "@angular-devkit/build-angular": "*"
  },
  "devDependencies": {
    "@angular/compiler": "*",
    "@angular/compiler-cli": "*",
    "cpy-cli": "^3.1.1",
    "typescript": "^4.1.0"
  }
}
