UNPKG

1.9 kBJSONView Raw
1{
2 "name": "ng-packagr",
3 "version": "18.0.0",
4 "description": "Compile and package Angular libraries in Angular Package Format (APF)",
5 "keywords": [
6 "apf",
7 "angular-package-format",
8 "angular",
9 "angular-library",
10 "angular-components",
11 "component-library",
12 "typescript",
13 "css",
14 "scss"
15 ],
16 "engines": {
17 "node": "^18.19.1 || >=20.11.1"
18 },
19 "author": "David Herges <david@spektrakel.de>",
20 "license": "MIT",
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/ng-packagr/ng-packagr.git"
24 },
25 "homepage": "https://github.com/ng-packagr/ng-packagr",
26 "bugs": {
27 "url": "https://github.com/ng-packagr/ng-packagr/issues"
28 },
29 "resolutions": {
30 "strip-ansi": "6.0.1",
31 "string-width": "4.2.2",
32 "wrap-ansi": "7.0.0"
33 },
34 "bin": {
35 "ng-packagr": "./cli/main.js"
36 },
37 "main": "./public_api.js",
38 "typings": "./public_api.d.ts",
39 "dependencies": {
40 "@rollup/plugin-json": "^6.1.0",
41 "@rollup/plugin-node-resolve": "^15.2.3",
42 "@rollup/wasm-node": "^4.18.0",
43 "ajv": "^8.12.0",
44 "ansi-colors": "^4.1.3",
45 "browserslist": "^4.22.1",
46 "cacache": "^18.0.0",
47 "chokidar": "^3.5.3",
48 "commander": "^12.0.0",
49 "convert-source-map": "^2.0.0",
50 "dependency-graph": "^1.0.0",
51 "esbuild": "^0.21.3",
52 "fast-glob": "^3.3.1",
53 "find-cache-dir": "^3.3.2",
54 "injection-js": "^2.4.0",
55 "jsonc-parser": "^3.2.0",
56 "less": "^4.2.0",
57 "ora": "^5.1.0",
58 "piscina": "^4.4.0",
59 "postcss": "^8.4.31",
60 "rxjs": "^7.8.1",
61 "sass": "^1.69.5"
62 },
63 "optionalDependencies": {
64 "rollup": "^4.18.0"
65 },
66 "peerDependencies": {
67 "@angular/compiler-cli": "^18.0.0-next.0 || ^18.1.0-next.0",
68 "tailwindcss": "^2.0.0 || ^3.0.0",
69 "tslib": "^2.3.0",
70 "typescript": ">=5.4 <5.5"
71 },
72 "peerDependenciesMeta": {
73 "tailwindcss": {
74 "optional": true
75 }
76 }
77}
\No newline at end of file