-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "galoy-price",
"private": true,
"workspaces": [
"realtime",
"history"
],
"version": "1.0.0",
"scripts": {
"clean": "rm -rf history/dist realtime/dist",
"history": ". ./.envrc && yarn workspace history",
"realtime": ". ./.envrc && yarn workspace realtime"
},
"repository": "git@github.com:GaloyMoney/price.git",
"author": "dev@galoy.io",
"license": "MIT",
"engines": {
"node": "20"
},
"devDependencies": {
"@types/eslint": "^8.44.7",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@types/node-cron": "^3.0.11",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"pino-pretty": "^10.2.3",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tscpaths": "^0.0.9",
"typescript": "^5.3.2"
}
}