{
  "name": "typeorm-sqljs",
  "private": false,
  "version": "1.2.2",
  "description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL, sql.js databases.",
  "license": "MIT",
  "readmeFilename": "README.md",
  "author": {
    "name": "Umed Khudoiberdiev",
    "email": "pleerock.me@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/typeorm/typeorm.git"
  },
  "bugs": {
    "url": "https://github.com/typeorm/typeorm/issues"
  },
  "tags": [
    "orm",
    "typescript",
    "typescript-orm",
    "mysql",
    "mysql-orm",
    "postgresql",
    "postgresql-orm",
    "mariadb",
    "mariadb-orm",
    "sqlite",
    "sqlite-orm",
    "sql-server",
    "sql-server-orm",
    "oracle",
    "oracle-orm",
    "websql",
    "websql-orm",
    "sqljs",
    "sqljs-orm"
  ],
  "devDependencies": {
    "@types/chai": "^3.4.35",
    "@types/chai-as-promised": "0.0.29",
    "@types/lodash": "^4.14.55",
    "@types/mocha": "^2.2.39",
    "@types/mongodb": "^2.1.41",
    "@types/promises-a-plus": "0.0.27",
    "@types/sinon": "^1.16.35",
    "chai": "^3.4.1",
    "chai-as-promised": "^6.0.0",
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-file": "^0.3.0",
    "gulp-istanbul": "^1.1.1",
    "gulp-mocha": "^3.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-shell": "^0.6.1",
    "gulp-sourcemaps": "^2.4.1",
    "gulp-tslint": "^7.1.0",
    "gulp-typescript": "^3.1.5",
    "gulp-uglify": "^2.0.0",
    "gulpclass": "0.1.1",
    "mocha": "^3.2.0",
    "mongodb": "^2.2.24",
    "mssql": "^3.3.0",
    "mysql": "^2.12.0",
    "mysql2": "^1.2.0",
    "pg": "^6.1.2",
    "remap-istanbul": "^0.9.1",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "sqlite3": "^3.1.8",
    "ts-node": "^2.1.0",
    "tslint": "^4.4.2",
    "tslint-stylish": "^2.1.0",
    "typescript": "^2.2.1"
  },
  "dependencies": {
    "app-root-path": "^2.0.1",
    "async": "^2.2.0",
    "glob": "^7.1.1",
    "lodash": "^4.17.4",
    "reflect-metadata": "^0.1.9",
    "sql.js": "^0.4.0",
    "workerjs": "^0.1.1",
    "yargonaut": "^1.1.2",
    "yargs": "^6.6.0"
  },
  "scripts": {
    "test": "node_modules/.bin/gulp tests"
  },
  "bin": {
    "typeorm": "./cli.js"
  }
}
