forked from badlabs/tradebot-core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 935 Bytes
/
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
{
"version": "0.2.1",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"dev:core": "turbo run @tradeb0t/core#dev stubb0t#dev",
"dev:dashboard": "turbo run @tradeb0t/core#dev stubb0t#dev @tradeb0t/dashboard#dev",
"lint": "turbo lint",
"lintfix": "turbo lintfix",
"changes": "changeset",
"release": "turbo run build lint && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"cross-env": "^7.0.3",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.22",
"prettier": "^2.8.7",
"prettier-eslint": "^15.0.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.6",
"tsconfig-paths": "^4.2.0",
"turbo": "^1.9.8",
"typescript": "^4.5.4"
}
}