{
  "name": "@oncehub/ng-strictify",
  "version": "2.0.10",
  "description": "Incrementally update your Angular project to use the Typescript strict flag.",
  "main": "dist/src/index.js",
  "builders": "builders.json",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "prepack": "cp ../README.md ."
  },
  "keywords": [
    "angular-builder"
  ],
  "author": "Prakash-Verma <prakash.verma@oncehub.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^25.5.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@angular-devkit/architect": "^0.2102.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scheduleonce/ng-strictify.git"
  },
  "bugs": {
    "url": "https://github.com/scheduleonce/ng-strictify/issues"
  }
}
