{
  "$schema": "../../../src/package.schema.json",
  "name": "resources",
  "description": "A sample library testing Angular Package Format",
  "version": "1.0.0-pre.0",
  "private": true,
  "repository": "https://github.com/ng-packagr/ng-packagr.git",
  "peerDependencies": {
    "@angular/core": "^4.1.2",
    "@angular/common": "^4.1.2"
  },
  "exports": {
    "./theme": {
      "sass": "./_theme.scss"
    }
  }
}
