mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
88 lines
2.0 KiB
JSON
88 lines
2.0 KiB
JSON
{
|
|
"name": "typeorm",
|
|
"private": true,
|
|
"version": "0.0.4",
|
|
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL 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": "^3.4.30",
|
|
"@types/chai-as-promised": "0.0.29",
|
|
"@types/mocha": "^2.2.33",
|
|
"@types/promises-a-plus": "0.0.27",
|
|
"@types/sinon": "^1.16.32",
|
|
"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.5.1",
|
|
"gulp-sourcemaps": "^1.9.1",
|
|
"gulp-tslint": "^7.0.1",
|
|
"gulp-typescript": "^3.1.3",
|
|
"gulp-uglify": "^2.0.0",
|
|
"gulpclass": "0.1.1",
|
|
"mocha": "^3.2.0",
|
|
"mssql": "^3.3.0",
|
|
"mysql": "^2.12.0",
|
|
"mysql2": "^1.1.2",
|
|
"pg": "^6.1.0",
|
|
"remap-istanbul": "^0.7.0",
|
|
"sinon": "^1.17.6",
|
|
"sinon-chai": "^2.8.0",
|
|
"sqlite3": "^3.1.8",
|
|
"ts-node": "^1.7.0",
|
|
"tslint": "^4.0.2",
|
|
"tslint-stylish": "^2.1.0-beta",
|
|
"typescript": "^2.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^6.0.51",
|
|
"app-root-path": "^2.0.1",
|
|
"glob": "^7.1.1",
|
|
"reflect-metadata": "^0.1.8",
|
|
"yargonaut": "^1.1.2",
|
|
"yargs": "^6.5.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/.bin/gulp tests"
|
|
},
|
|
"bin": {
|
|
"typeorm": "./cli.js"
|
|
}
|
|
}
|