{
  "name": "@tax-justice-network/fsi-2022-components",
  "version": "3.0.0-rc.5",
  "scripts": {
    "dev": "ng serve components-demo",
    "build": "npm run build:package",
    "build:demo": "ng build components-demo",
    "build:lib": "ng build components-lib",
    "build:package": "ng build components-package && gulp buildPackage",
    "prepublishOnly": "npm run build:package",
    "hash:windows": "echo | openssl dgst -sha384 -binary package/components.js | openssl base64 -A",
    "api:generate": "openapi-typescript --empty-objects-unknown --root-types --root-types-no-schema-prefix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tax-justice-network/fsi.git"
  },
  "files": [
    "package/components.js",
    "package/assets/**/*"
  ],
  "dependencies": {
    "@angular/common": "^16.2.12",
    "@angular/compiler": "^16.2.12",
    "@angular/core": "^16.2.12",
    "@angular/elements": "^16.2.12",
    "@angular/platform-browser": "^16.2.12",
    "@angular/platform-browser-dynamic": "^16.2.12",
    "@angular/router": "^16.2.12",
    "@ungap/custom-elements": "^1.0.0",
    "openapi-fetch": "^0.13.5",
    "rxjs": "~6.5.5",
    "tslib": "^2.3.0",
    "zone.js": "~0.13.3"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^16.2.16",
    "@angular/cli": "^16.2.16",
    "@angular/compiler-cli": "^16.2.12",
    "@types/node": "^17.0.1",
    "gulp": "^4.0.2",
    "gulp-concat": "^2.6.1",
    "ng-packagr": "^16.2.0",
    "openapi-typescript": "^7.6.1",
    "typescript": "~5.1.6"
  }
}
