-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
42
{
"name": "kanziwjs",
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kanziw/kanziwjs.git"
},
"author": {
"name": "Jiwoong Jung",
"email": "kanziwoong@gmail.com"
},
"packageManager": "yarn@4.0.2",
"scripts": {
"build": "yarn workspaces foreach --all --topological-dev --parallel run build",
"quality": "biome format . && biome lint .",
"test": "jest",
"publish": "yarn workspaces foreach --all --topological-dev --parallel run publish"
},
"resolutions": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"publish-if-not-published": "^3.1.3",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@biomejs/biome": "^1.4.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"walk-sync": "^3.0.0"
},
"license": "MIT"
}