-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.09 KB
/
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
40
41
{
"name": "genesys-tokens",
"version": "7.7.1",
"private": true,
"description": "Design tokens monorepo",
"license": "MIT",
"author": "Devo, Inc. Quvis Team (https://github.com/orgs/DevoInc/teams/quvis)",
"workspaces": [
"tokens",
"tokens-cli",
"tokens-types"
],
"scripts": {
"build": "npm run build -ws --if-present",
"clean": "npm run clean -ws --if-present",
"lint": "oxlint -c oxlintrc.json",
"release": "release-it",
"start": "npm run build -ws --if-present",
"stryker": "npm run stryker -ws --if-present",
"test": "vitest"
},
"devDependencies": {
"@release-it-plugins/workspaces": "^4.2.0",
"@release-it/conventional-changelog": "^9.0.3",
"@stryker-mutator/core": "^8.6.0",
"@stryker-mutator/vitest-runner": "^8.6.0",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.6",
"oxlint": "^0.13.2",
"prettier": "^3.4.1",
"release-it": "^17.10.0",
"stryker-cli": "^1.0.2",
"tsup": "^8.3.5",
"typescript": "^5.7",
"vitest": "^2.1.6"
},
"engines": {
"node": ">=18",
"npm": ">=8"
}
}