UNPKG

@matheo/ng-packagr

Version:

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

63 lines (62 loc) 1.65 kB
{ "name": "@matheo/ng-packagr", "version": "11.2.4", "description": "Compile and package Angular libraries in Angular Package Format (APF)", "keywords": [ "apf", "angular-package-format", "angular", "angular-library", "angular-components", "component-library", "typescript", "css", "scss" ], "author": "David Herges <david@spektrakel.de>", "license": "MIT", "repository": "https://github.com/ng-packagr/ng-packagr.git", "homepage": "https://github.com/ng-packagr/ng-packagr", "bugs": { "url": "https://github.com/ng-packagr/ng-packagr/issues" }, "bin": { "ng-packagr": "./cli/main.js" }, "main": "./public_api.js", "typings": "./public_api.d.ts", "dependencies": { "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.1.0", "ajv": "^7.0.3", "ansi-colors": "^4.1.1", "autoprefixer": "^10.2.4", "browserslist": "^4.16.1", "chokidar": "^3.5.1", "commander": "^7.0.0", "cssnano": "^4.1.10", "glob": "^7.1.6", "injection-js": "^2.4.0", "less": "^4.1.0", "node-sass-tilde-importer": "^1.0.2", "ora": "^5.1.0", "postcss": "^8.2.4", "postcss-url": "^10.1.1", "pug": "^3.0.2", "rimraf": "^3.0.0", "rollup": "^2.37.0", "rollup-plugin-sourcemaps": "^0.6.3", "rxjs": "^6.5.0", "sass": "^1.32.5", "stylus": "^0.54.8", "sync-rpc": "^1.3.6", "terser": "^5.5.1" }, "peerDependencies": { "@angular/compiler": "^11.0.0", "@angular/compiler-cli": "^11.0.0", "tslib": "^2.0.0", "typescript": ">=4.0 <4.2" } }