{
  "name": "@ikamva/ngx-tailwindcss",
  "version": "1.0.4",
  "description": "Tailwind CSS angular schematic",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:test": "yarn build && yarn clean && yarn test",
    "build:test:app2": "yarn build && yarn clean && yarn test:app2",
    "clean": "git checkout HEAD -- sandbox && git clean -f -d sandbox",
    "sandbox:ng-add": "cd sandbox && ng g @ikamva/ngx-tailwindcss:ng-add",
    "link:schematic": "yarn link && cd sandbox && yarn link @ikamva/ngx-tailwindcss",
    "test": "yarn clean && yarn sandbox:ng-add && yarn test:sandbox",
    "test:app2": "yarn sandbox:ng-add --project app2 && yarn test:sandbox",
    "test:sandbox": "cd sandbox && yarn lint && yarn test && yarn build",
    "release": "yarn clean && yarn build && yarn np --no-tests"
  },
  "keywords": [
    "schematics",
    "ng-add",
    "angular"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Applicafroguy/ngx-tailwindcss-schematic"
  },
  "author": "Sivuyile Magutywa",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^10.2.0",
    "@angular-devkit/schematics": "^10.2.0",
    "@angular/cdk": "^10.2.7",
    "@schematics/angular": "^10.2.0",
    "semver": "^7.3.2"
  },
  "devDependencies": {
    "@types/jasmine": "~3.5.0",
    "@types/node": "^12.11.1",
    "@types/semver": "^7.3.2",
    "jasmine": "^3.5.0",
    "np": "^6.4.0",
    "typescript": "^3.9.7"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
