{
  "name": "penta-data-mapping",
  "version": "1.0.6",
  "description": "The client side application for Penta Privacy lock to map out the metadata",
  "main": "./src/MetaModelBuilder.ts",
  "bin": {
    "penta-data-mapping": "./src/MetaModelBuilder.ts"
  },
  "scripts": {
    "start": "ts-node .",
    "penta-data-mapping": "ts-node MetaModelBuilder.ts",
    "penta-customer-hashing": "ts-node Customer.ts",
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Metamodel",
    "Penta",
    "privacy",
    "lock",
    "client"
  ],
  "author": "Ed. Kazmierczak",
  "license": "ISC",
  "dependencies": {
    "arraybuffer-to-string": "^1.0.2",
    "auto-bind": "^4.0.0",
    "bigchaindb-driver": "^4.2.2",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "express-graphql": "^0.12.0",
    "extract-pg-schema": "^4.1.0",
    "graph-json": "^0.1.2",
    "graphql": "^15.3.0",
    "ibm_db": "^2.8.2",
    "json-merger": "^1.1.5",
    "json-query": "^2.2.2",
    "lodash": "^4.17.21",
    "merge-deep": "^3.0.3",
    "mongodb": "^3.6.4",
    "mongodb-schema": "^9.0.0",
    "mongoose": "^5.12.15",
    "mssql": "^8.1.2",
    "multihashing-async": "^2.1.2",
    "mysql": "github:mysqljs/mysql",
    "mysql2": "^2.3.3",
    "node-oracledb": "^1.0.2",
    "nodemon": "^2.0.7",
    "oracledb": "^5.2.0",
    "path": "^0.12.7",
    "pg-hstore": "^2.3.4",
    "pg-native": "^3.0.0",
    "process": "^0.11.10",
    "ramda": "^0.27.0",
    "require": "^2.4.20",
    "sequelize": "^6.4.0",
    "tedious": "^15.0.0",
    "ts-node": "^9.1.1",
    "typescript": "4.1.5",
    "underscore": "^1.12.1"
  },
  "devDependencies": {
    "@types/jest": "26.0.20",
    "@types/knex": "0.16.1",
    "@types/node": "^18.7.16",
    "@types/ramda": "0.27.38",
    "@typescript-eslint/parser": "4.15.0",
    "arraybuffer-to-string": "^1.0.2",
    "eslint": "7.20.0",
    "eslint-plugin-prettier": "3.3.1",
    "jest": "26.6.3",
    "knex": "^0.21.18",
    "np": "7.4.0",
    "pg": "^8.7.3",
    "prettier": "2.2.1",
    "testcontainers": "7.4.0",
    "ts-jest": "26.5.1",
    "ts-node": "^9.1.1",
    "typescript": "4.1.5"
  }
}
