forked from GaloyMoney/dealer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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": "galoy-dealer",
"version": "1.0.0",
"private": true,
"workspaces": [
"dealer"
],
"scripts": {
"clean": "rm -rf dealer/dist",
"dealer": "yarn workspace dealer"
},
"repository": "git@github.com:GaloyMoney/dealer.git",
"author": "Sebastien Verreault <sebver@pm.me>",
"license": "MIT",
"engines": {
"node": "16"
},
"devDependencies": {
"@jest/test-sequencer": "^28.1.1",
"@types/jest": "^28.1.4",
"@types/lodash": "^4.14.171",
"@types/node": "^16.4.1",
"@types/node-cron": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^4.2.1",
"grpc-tools": "^1.11.2",
"grpc_tools_node_protoc_ts": "^5.3.2",
"jest": "^28.1.2",
"jest-junit": "^14.0.0",
"pino-elasticsearch": "^6.2.0",
"pino-pretty": "^8.1.0",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"ts-node-dev": "^2.0.0",
"tsc": "^2.0.4",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.7.4"
}
}