forked from typeorm/typeorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 1.91 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "typeorm",
"private": true,
"version": "0.0.2-alpha.67",
"description": "Data-mapper ORM for Typescript",
"license": "MIT",
"readmeFilename": "README.md",
"author": {
"name": "Umed Khudoiberdiev",
"email": "[email protected]"
},
"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"
],
"devDependencies": {
"@types/chai": "^3.4.30",
"@types/chai-as-promised": "0.0.29",
"@types/mocha": "^2.2.32",
"@types/promises-a-plus": "0.0.27",
"@types/sinon": "^1.16.30",
"chai": "^3.4.1",
"chai-as-promised": "^5.3.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^6.1.1",
"gulp-typescript": "^2.14.0",
"gulpclass": "0.1.1",
"mariasql": "^0.2.6",
"mocha": "^3.0.2",
"mssql": "^3.3.0",
"mysql": "^2.11.1",
"mysql2": "^1.1.0",
"oracledb": "^1.11.0",
"pg": "^6.1.0",
"remap-istanbul": "^0.6.4",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"sqlite3": "^3.1.4",
"ts-node": "^1.3.0",
"tslint": "^3.15.0-dev.0",
"tslint-stylish": "^2.1.0-beta",
"typescript": "^2.1.0-dev.20160919"
},
"dependencies": {
"@types/lodash": "4.14.35",
"@types/node": "^6.0.39",
"app-root-path": "^2.0.1",
"glob": "^7.1.0",
"lodash": "^4.16.1",
"moment": "^2.15.0",
"path": "^0.12.7",
"reflect-metadata": "^0.1.8",
"require-all": "^2.0.0",
"sha1": "^1.1.1",
"url": "^0.11.0",
"yargonaut": "^1.1.2",
"yargs": "^5.0.0"
},
"scripts": {
"test": "node_modules/.bin/gulp tests"
},
"bin": {
"typeorm": "./cli.js"
}
}