{
  "name": "json-on-relations",
  "version": "3.3.1",
  "description": "A data model that leverages the merits of both JSON and Relations",
  "main": "index.js",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build  --prod --build-optimizer",
    "ngbuild": "ng build jor-angular --prod",
    "publish": "cd dist/jor-angular && npm publish",
    "build_publish": "npm run ngbuild && npm run publish",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e --dev-server-target= --webdriverUpdate=false",
    "prod": "node server.js",
    "webdriver-update": "webdriver-manager update"
  },
  "private": false,
  "dependencies": {
    "@angular/animations": "^10.1.6",
    "@angular/cdk": "^10.2.5",
    "@angular/common": "^10.1.6",
    "@angular/compiler": "^10.1.6",
    "@angular/core": "^10.1.6",
    "@angular/forms": "^10.1.6",
    "@angular/localize": "^10.1.6",
    "@angular/platform-browser": "^10.1.6",
    "@angular/platform-browser-dynamic": "^10.1.6",
    "@angular/router": "^10.1.6",
    "@handsontable/angular": "^5.1.0",
    "@ng-bootstrap/ng-bootstrap": "^7.0.0",
    "async": "^2.6.3",
    "bootstrap": "^4.3.1",
    "core-js": "^2.6.9",
    "cors": "^2.8.5",
    "debug": "^4.1.1",
    "express": "^4.17.1",
    "handsontable": "^7.1.1",
    "mysql": "^2.17.1",
    "node-uuid": "^1.4.8",
    "path": "^0.12.7",
    "rxjs": "^6.6.3",
    "ui-logon-angular": "^1.4.0",
    "ui-message": "^1.2.0",
    "ui-message-angular": "^1.3.2",
    "underscore": "^1.9.1",
    "zone.js": "^0.10.3"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.1001.7",
    "@angular-devkit/build-ng-packagr": "~0.1001.7",
    "@angular/cli": "~10.1.7",
    "@angular/compiler-cli": "^10.1.6",
    "@angular/language-service": "^10.1.6",
    "@types/jasmine": "^3.3.16",
    "@types/jasminewd2": "~2.0.6",
    "@types/node": "^10.12.30",
    "codelyzer": "^6.0.1",
    "jasmine-core": "~3.5.0",
    "jasmine-spec-reporter": "~5.0.0",
    "jquery": "^3.4.1",
    "karma": "~5.0.0",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage-istanbul-reporter": "~3.0.2",
    "karma-jasmine": "~4.0.0",
    "karma-jasmine-html-reporter": "^1.5.0",
    "mocha": "^5.2.0",
    "ng-packagr": "^10.1.0",
    "popper.js": "^1.15.0",
    "protractor": "~7.0.0",
    "should": "^13.2.3",
    "ts-node": "~7.0.1",
    "tsickle": "0.39.1",
    "tslib": "^2.0.0",
    "tslint": "~6.1.0",
    "typescript": "~4.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VinceZK/json-on-relations.git"
  },
  "keywords": [
    "Entity",
    "Relation",
    "Relationship",
    "ORM",
    "CRUD",
    "JSON",
    "API",
    "Angular",
    "Low code"
  ],
  "author": "vincezk",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/VinceZK/json-on-relations/issues"
  },
  "homepage": "https://github.com/VinceZK/json-on-relations#readme"
}
