-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.45 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.45 KB
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
42
43
44
{
"name": "creedengo-dashboard",
"displayName": "Creedengo",
"description": "Sustainability Ecoscore based on code analyses",
"version": "0.0.0",
"license": "GPL-2.0-or-later",
"author": "Green Code Initiative",
"homepage": "https://github.com/green-code-initiative/creedengo-dashboard#readme",
"bugs": "https://github.com/green-code-initiative/creedengo-dashboard/issues",
"repository": "https://github.com/green-code-initiative/creedengo-dashboard",
"private": true,
"type": "module",
"executionEnv": {
"nodeVersion": "22.17.1"
},
"devEngines": {
"runtime": {
"name": "node",
"version": ">=22",
"onFail": "error"
}
},
"scripts": {
"lint": "turbo lint",
"test:unit": "turbo test:unit",
"coverage": "turbo coverage",
"build": "turbo build",
"build-storybook": "turbo build-storybook",
"test:e2e": "turbo test:e2e",
"ci": "turbo lint && turbo 'test:unit' && turbo 'test:e2e'",
"ci:publish": "pnpm publish -r",
"version": "pnpm changeset version",
"verify": "turbo verify"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@playwright/test": "^1.58.2",
"prettier": "^3.8.1",
"turbo": "^2.8.17"
},
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c"
}