-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 889 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 889 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "currents-reporter",
"version": "0.0.0",
"description": "",
"private": true,
"author": {
"name": "Currents Software Inc",
"email": "hello@currents.dev"
},
"license": "MIT",
"workspaces": [
"packages/*",
"examples/*"
],
"keywords": [
"jest",
"jest dashboard",
"cloud dashboard",
"reporter",
"currents",
"tests reporter",
"ci"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"types": "turbo run types",
"lint": "turbo run lint",
"format": "prettier --check .",
"format-fix": "prettier --write ."
},
"devDependencies": {
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-turbo": "^2.0.0",
"prettier": "^3.6.2",
"turbo": "^2.8.21"
},
"packageManager": "npm@10.5.0"
}