{
  "name": "@ngneat/aim",
  "version": "2.0.0",
  "description": "Angular schematics that creates Angular inline modules",
  "scripts": {
    "watch": "npm run build -- --watch",
    "try": "schematics .:aim",
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && jasmine src/**/*_spec.js"
  },
  "keywords": [
    "schematics"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Netanel Basal",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^13.0.3",
    "@angular-devkit/schematics": "^13.0.3",
    "ts-morph": "^10.0.2",
    "typescript": "^4.1.2"
  },
  "devDependencies": {
    "@angular-devkit/schematics-cli": "13.0.3",
    "@schematics/angular": "13.0.3",
    "@types/jasmine": "~3.5.0",
    "@types/node": "^12.11.1",
    "jasmine": "^3.5.0"
  }
}