UNPKG

887 BJSONView Raw
1{
2 "name": "lightgallery/angular/9",
3 "version": "0.0.1",
4 "peerDependencies": {
5 "@angular/common": "^9.1.13",
6 "@angular/core": "^9.1.13"
7 },
8 "dependencies": {
9 "tslib": "^1.10.0"
10 },
11 "main": "bundles/lightgallery-angular-9.umd.js",
12 "module": "fesm5/lightgallery-angular-9.js",
13 "es2015": "fesm2015/lightgallery-angular-9.js",
14 "esm5": "esm5/lightgallery-angular-9.js",
15 "esm2015": "esm2015/lightgallery-angular-9.js",
16 "fesm5": "fesm5/lightgallery-angular-9.js",
17 "fesm2015": "fesm2015/lightgallery-angular-9.js",
18 "typings": "lightgallery-angular-9.d.ts",
19 "sideEffects": false,
20 "scripts": {
21 "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
22 }
23}