-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 727 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 727 Bytes
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
{
"name": "@typelytics/root",
"packageManager": "pnpm@8.5.0",
"private": true,
"type": "module",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint && manypkg check",
"lint:fix": "turbo lint -- --fix && manypkg fix",
"test": "turbo test",
"typecheck": "turbo typecheck"
},
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@manypkg/cli": "^0.20.0",
"@types/node": "^18.17.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"dotenv-cli": "^7.3.0",
"eslint": "^8.39.0",
"turbo": "^1.9.3",
"typescript": "^5.0.4",
"vitest": "^0.31.0"
}
}