UNPKG

@kv-systems/ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

21 lines (20 loc) 662 B
{ "name": "@sample/core", "description": "A sample library with folder layout from Angular core packages", "version": "1.0.0-pre.0", "private": true, "repository": "https://github.com/ng-packagr/ng-packagr.git", "sideEffects": true, "peerDependencies": { "@angular/common": "^4.1.3", "@angular/core": "^4.1.3", "@angular/router": "^4.1.3", "@angular/http": "^4.1.3", "rxjs": "^5.0.1", "zone.js": "^0.8.4" }, "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" } }