-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "nrich-frontend",
"author": "CROZ",
"bugs": "https://github.com/croz-ltd/nrich-frontend/issues",
"devDependencies": {
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2",
"syncpack": "^8.3.9",
"turbo": "^1.6.3",
"typedoc": "^0.23.21",
"typescript": "^4.8.4"
},
"homepage": "https://github.com/croz-ltd/nrich-frontend#readme",
"keywords": [
"croz",
"nrich",
"react",
"typescript",
"zustand"
],
"license": "Apache-2.0",
"packageManager": "[email protected]",
"private": true,
"repository": "croz-ltd/nrich-frontend.git",
"scripts": {
"build": "turbo run build",
"changeset": "changeset",
"clean": "turbo run clean",
"docs:generate": "typedoc --entryPointStrategy packages 'libs/**'",
"lint": "turbo run lint",
"release": "turbo run build && changeset publish",
"test": "turbo run test",
"version-packages": "changeset version && yarn --mode=\"update-lockfile\""
},
"workspaces": [
"config/**/*",
"libs/**/*"
]
}