ng-packagr
Version:
Compile and package a TypeScript library to Angular Package Format
69 lines • 1.77 kB
JSON
{
"name": "ng-packagr",
"version": "10.1.2",
"description": "Compile and package a TypeScript library to Angular Package Format",
"keywords": [
"angular",
"angular2",
"angular4",
"angular-library",
"angular-components",
"component-library",
"typescript",
"css",
"scss",
"html"
],
"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": "^15.0.0",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"ajv": "^6.12.3",
"ansi-colors": "^4.1.1",
"autoprefixer": "^9.6.5",
"browserslist": "^4.7.0",
"chokidar": "^3.2.1",
"commander": "^6.0.0",
"cssnano-preset-default": "^4.0.7",
"fs-extra": "^9.0.0",
"glob": "^7.1.2",
"injection-js": "^2.2.1",
"less": "^3.10.3",
"node-sass-tilde-importer": "^1.0.0",
"postcss": "^7.0.29",
"postcss-url": "^8.0.0",
"read-pkg-up": "^5.0.0",
"rimraf": "^3.0.0",
"rollup": "^2.8.0",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "^6.5.0",
"sass": "^1.23.0",
"stylus": "^0.54.7",
"terser": "^5.0.0"
},
"peerDependencies": {
"@angular/compiler": "^10.0.0",
"@angular/compiler-cli": "^10.0.0",
"tslib": "^2.0.0",
"typescript": ">=3.9 < 4.1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e",
"pre-commit": "pretty-quick --staged"
}
},
"scripts": {}
}