@kv-systems/ng-packagr
Version:
Compile and package Angular libraries in Angular Package Format (APF)
16 lines (15 loc) • 560 B
JSON
{
"$schema": "../../../src/package.schema.json",
"name": "@sample/scss-paths",
"description": "A sample library that uses shared SCSS assets",
"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"
},
"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"
}
}