mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "typeorm",
|
|
"private": true,
|
|
"version": "0.0.2-alpha.8",
|
|
"description": "Data-mapper ORM for Typescript",
|
|
"license": "Apache-2.0",
|
|
"readmeFilename": "README.md",
|
|
"author": {
|
|
"name": "Umed Khudoiberdiev",
|
|
"email": "pleerock.me@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pleerock/typeorm.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pleerock/typeorm/issues"
|
|
},
|
|
"tags": [
|
|
"orm",
|
|
"typescript",
|
|
"typescript-orm",
|
|
"mysql",
|
|
"mysql-orm"
|
|
],
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"chai-as-promised": "^5.3.0",
|
|
"del": "^2.2.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-mocha": "^2.2.0",
|
|
"gulp-replace": "^0.5.4",
|
|
"gulp-shell": "^0.5.1",
|
|
"gulp-tslint": "^4.3.5",
|
|
"gulpclass": "0.1.0",
|
|
"mocha": "^2.3.2",
|
|
"sinon": "^1.17.2",
|
|
"sinon-chai": "^2.8.0",
|
|
"tslint": "^3.7.4",
|
|
"tslint-stylish": "^2.1.0-beta",
|
|
"typescript": "next",
|
|
"typings": "^0.7.12"
|
|
},
|
|
"dependencies": {
|
|
"fs": "^0.0.2",
|
|
"lodash": "^4.11.1",
|
|
"moment": "^2.13.0",
|
|
"mysql": "^2.10.2",
|
|
"path": "^0.12.7",
|
|
"reflect-metadata": "^0.1.3",
|
|
"require-all": "^2.0.0",
|
|
"rxjs": "^5.0.0-beta.7",
|
|
"sha1": "^1.1.1"
|
|
},
|
|
"scripts": {
|
|
"postversion": "./node_modules/.bin/gulp package",
|
|
"test": "node_modules/.bin/mocha -w"
|
|
}
|
|
}
|