{
  "name": "@vmfvmf/ywtc",
  "version": "1.0.163",
  "description": "Schematics to generate a new frontend/backend",
  "scripts": {
    "compile": "tsc -p tsconfig.json",
    "build:watch": "tsc -p tsconfig.json --watch",
    "test": "npm run build && jasmine **/*_spec.js",
    "prebuild": "npm --no-git-tag-version version patch",
    "clean": "shx rm -rf ./ywtc-output",
    "build:clean:package": "npm-run-all build clean package",
    "build": "npm run compile && npm pack",
    "build:publish": "npm-run-all build && npm publish",
    "delete:demobackend": "shx rm -rf ../demo-backend",
    "delete:demofrontend": "shx rm -rf ../demo-frontend/src ../demo-frontend/cypress",
    "move:demofrontend": "shx cp -rf ./ywtc-output/demo-frontend ../",
    "move:demobackend": "shx cp -rf ./ywtc-output/demo-backend ../demo-backend",
    "find:frontend": "shx find . -type f -not \\(-name 'node_modules'\\)",
    "new:demo": "schematics .:new-project --prjid=1 --debug=false",
    "new:bd:demo": "npm-run-all build:clean new:demo delete:demobackend move:demobackend delete:demofrontend move:demofrontend",
    "rm:m:f": "npm-run-all delete:demofrontend move:demofrontend",
    "rm:m:b": "npm-run-all delete:demobackend move:demobackend",
    "deploy-local": "npm run build && npm pack"
  },
  "keywords": [
    "schematics"
  ],
  "author": "Vinicius Martins Ferraz",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^16.2.10",
    "@angular-devkit/schematics": "^16.2.10",
    "@schematics/angular": "^16.2.10",
    "@vmfvmf/ywtc-lib": "^1.0.43",
    "chatgpt": "^5.2.5",
    "fix-esm": "^1.0.1",
    "mysql2": "^2.3.3",
    "npm-run-all": "^4.1.5",
    "rxjs": "^7.8.1",
    "shx": "^0.3.4",
    "xml2js": "^0.4.23"
  },
  "devDependencies": {
    "@types/jasmine": "~4.3.0",
    "@types/jquery": "^3.5.16",
    "@types/node": "^18.15.5",
    "typescript": "~5.1.6"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": ""
  },
  "files": [
    "js",
    "src"
  ]
}
