{
  "name": "sample-custom",
  "description": "A sample library with custom folder layout and non-scoped package name",
  "version": "1.0.0-pre.0",
  "private": true,
  "repository": "https://github.com/ng-packagr/ng-packagr.git",
  "peerDependencies": {
    "@angular/core": "^4.1.3",
    "@angular/common": "^4.1.3"
  },
  "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"
  }
}
