{
  "name": "@ngsantha/strongly-typed-forms",
  "description": "Strongly Typed Angular Forms",
  "version": "2.0.3",
  "scripts": {
    "build": "node build",
    "test": "echo"
  },
  "module": "forms.js",
  "typings": "forms.d.ts",
  "sideEffects": false,
  "peerDependencies": {
    "@angular/forms": "^13.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngsantha/ngsantha.git"
  },
  "keywords": [
    "Angular",
    "Forms",
    "Typed",
    "Strongly"
  ],
  "author": "Jan Susicky <susicky.jan@gmail.com>",
  "license": "MIT"
}
