-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 923 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
{
"name": "daisugi",
"repository": "git@github.com:daisugiland/daisugi.git",
"contributors": [
{
"name": "Alexander Sviridov",
"email": "sviridoff.mail@gmail.com",
"url": "https://github.com/sviridoff"
}
],
"license": "MIT",
"private": true,
"scripts": {
"test": "lerna run test",
"build": "lerna run build",
"format": "lerna run format",
"check": "lerna run check",
"publish": "lerna publish",
"new-version": "lerna version",
"new-publish": "lerna publish from-package",
"pack-tarball": "lerna run pack-tarball"
},
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@8.6.5",
"engines": {
"node": ">= 20.10.0"
},
"devDependencies": {
"@biomejs/biome": "^1.3.3",
"@lerna-lite/cli": "^2.7.2",
"@lerna-lite/publish": "^2.7.2",
"@lerna-lite/run": "^2.7.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
}
}