typeorm/package.json
2017-06-28 20:39:56 +05:00

92 lines
2.1 KiB
JSON

{
"name": "typeorm",
"private": true,
"version": "0.1.0-alpha.22",
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL, MongoDB 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"
],
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/chai-as-promised": "0.0.31",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.31",
"@types/sinon": "^2.3.1",
"chai": "^3.4.1",
"chai-as-promised": "^7.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-file": "^0.3.0",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.6.3",
"gulp-sourcemaps": "^2.6.0",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "^3.1.7",
"gulp-uglify": "^3.0.0",
"gulpclass": "^0.1.2",
"mocha": "^2.5.3",
"mongodb": "^2.2.28",
"mssql": "^4.0.4",
"mysql": "^2.12.0",
"mysql2": "^1.3.5",
"pg": "^6.2.4",
"remap-istanbul": "^0.9.5",
"sinon": "^2.3.4",
"sinon-chai": "^2.11.0",
"sqlite3": "^3.1.8",
"ts-node": "^3.0.6",
"tslint": "^5.4.3",
"tslint-stylish": "^2.1.0",
"typescript": "^2.3.4"
},
"dependencies": {
"app-root-path": "^2.0.1",
"dotenv": "^4.0.0",
"glob": "^7.1.2",
"js-yaml": "^3.8.4",
"mkdirp": "^0.5.1",
"reflect-metadata": "^0.1.10",
"xml2js": "^0.4.17",
"yargonaut": "^1.1.2",
"yargs": "^8.0.2"
},
"scripts": {
"test": "node_modules/.bin/gulp tests"
},
"bin": {
"typeorm": "./cli.js"
}
}