{
  "name": "ng-process-env",
  "version": "16.0.6",
  "description": "**ng-process-env** will help you to retrieve values from System Environment variables (process.env) and update relevant `environment.ts` file.",
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && jest",
    "all": "npm run build && npm pack"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/danduh/ng-process-env.git"
  },
  "keywords": [
    "schematics",
    "angular",
    "typescript",
    "builder",
    "environment",
    "var"
  ],
  "builders": "./builders.json",
  "author": "Daniel Ostrovsky",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "bugs": {
    "url": "https://github.com/danduh/ng-process-env"
  },
  "homepage": "https://github.com/danduh/ng-process-env#readme",
  "dependencies": {
    "@angular-devkit/architect": "^0.1600.0",
    "@angular-devkit/core": "^16.0.0",
    "@angular-devkit/schematics": "^16.0.0",
    "@ts-morph/common": ">= 0.19.0 < 1",
    "ts-morph": "18.0.0",
    "typescript": "5.0.4"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^16.0.0",
    "@angular/cli": "^16.0.0",
    "@types/jasmine": "^4.3.1",
    "@types/node": "^20.1.0",
    "jasmine": "^4.6.0",
    "jest": "^29.5.0",
    "jest-preset-angular": "^13.1.0"
  },
  "main": "jest.config.js"
}
