{
  "$schema": "../../../src/package.schema.json",
  "name": "@sample/apf",
  "description": "A sample library testing Angular Package Format",
  "version": "1.0.0-pre.0",
  "license": "MIT",
  "private": true,
  "repository": "https://github.com/ng-packagr/ng-packagr.git",
  "peerDependencies": {
    "@angular/core": "^4.1.2",
    "@angular/common": "^4.1.2"
  },
  "scripts": {
    "test":
      "../../../node_modules/.bin/cross-env TS_NODE_PROJECT=../../../integration/tsconfig.specs.json ../../../node_modules/.bin/mocha --compilers ts:ts-node/register specs/**/*.ts"
  },
  "devDependencies": {
    "@angular/compiler-cli": "^4.1.2"
  },
  "exports": {
    ".": {
      "sass": "./theming.scss"
    },
    "./theming": {
      "sass": "./theming.scss"
    }
  }
}
