-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.1 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.1 KB
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
{
"name": "@flowx/typeorm",
"version": "1.0.3",
"description": "typeorm for typeservice",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && tsc -d"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/flowxjs/TypeServiceORM.git"
},
"keywords": [
"typeorm",
"typeservice"
],
"files": [
"dist"
],
"author": "cevio <evio@vip.qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/flowxjs/TypeServiceORM/issues"
},
"homepage": "https://github.com/flowxjs/TypeServiceORM#readme",
"devDependencies": {
"@reactivex/rxjs": "^6.5.5",
"@types/node": "^13.13.5",
"@types/npmlog": "^4.1.2",
"inversify": "^5.0.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.5",
"rxjs-compat": "^6.5.5",
"typescript": "^3.8.3"
},
"dependencies": {
"@flowx/container": "^1.0.12",
"typeorm": "^0.2.24"
},
"peerDependencies": {
"@types/npmlog": "^4.1.2",
"@reactivex/rxjs": "^6.5.5",
"inversify": "^5.0.1",
"reflect-metadata": "^0.1.13",
"rxjs-compat": "^6.5.5",
"rxjs": "^6.5.5"
}
}