-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1004 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
34
35
36
37
38
39
{
"name": "test-debugger-monorepo",
"version": "0.0.1",
"description": "",
"type": "module",
"devDependencies": {
"@swc/core": "^1.3.21",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"dotenv": "^16.3.1",
"eslint": "^8.49.0",
"eslint-config-prettier": "^8.10.0",
"eslint-formatter-rdjson": "^1.0.6",
"eslint-plugin-prefer-arrow": "^1.2.3",
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"tsx": "^4.7.1",
"turbo": "^1.10.13",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"scripts": {
"dev": "dotenv -- turbo run dev",
"test": "dotenv -- turbo run test",
"build": "turbo run build",
"start": "turbo run start",
"u": "pnpm install && pnpm build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/louislatreille-cb/test-debugger.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv-cli": "^7.3.0"
}
}