@kv-systems/ng-packagr
Version:
Compile and package Angular libraries in Angular Package Format (APF)
15 lines (14 loc) • 531 B
JSON
{
"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"
}
}