-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.39 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
{
"name": "bookstore-deepkit",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node app.ts server:start",
"build:docker": "docker build -t bookstore .",
"cli": "ts-node app.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@deepkit/api-console-gui": "^1.0.1-alpha.77",
"@deepkit/app": "^1.0.1-alpha.77",
"@deepkit/broker": "^1.0.1-alpha.77",
"@deepkit/bson": "^1.0.1-alpha.77",
"@deepkit/core": "^1.0.1-alpha.77",
"@deepkit/core-rxjs": "^1.0.1-alpha.77",
"@deepkit/crypto": "^1.0.1-alpha.77",
"@deepkit/event": "^1.0.1-alpha.77",
"@deepkit/framework": "^1.0.1-alpha.77",
"@deepkit/http": "^1.0.1-alpha.77",
"@deepkit/injector": "^1.0.1-alpha.77",
"@deepkit/logger": "^1.0.1-alpha.77",
"@deepkit/orm": "^1.0.1-alpha.77",
"@deepkit/rpc": "^1.0.1-alpha.77",
"@deepkit/rpc-tcp": "^1.0.1-alpha.77",
"@deepkit/sql": "^1.0.1-alpha.77",
"@deepkit/sqlite": "^1.0.1-alpha.77",
"@deepkit/stopwatch": "^1.0.1-alpha.77",
"@deepkit/template": "^1.0.1-alpha.77",
"@deepkit/type": "^1.0.1-alpha.77",
"@deepkit/type-compiler": "^1.0.1-alpha.77",
"@deepkit/workflow": "^1.0.1-alpha.77",
"faker": "^5.5.3"
},
"devDependencies": {
"@types/faker": "^5.5.8",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}