-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.04 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
{
"name": "@webikon/webentor-stack",
"homepage": "https://webikon.sk",
"version": "1.0.0",
"private": true,
"author": "Webikon s.r.o.",
"maintainers": [
{
"name": "Webikon s.r.o.",
"email": "support@webikon.sk"
},
{
"name": "Pavol Caban",
"email": "pavol.caban@webikon.sk"
}
],
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "pnpm -r --if-present --filter './packages/*' run build && pnpm --dir docs --if-present run docs:build",
"lint": "pnpm -r --if-present --filter './packages/*' run lint",
"test": "pnpm -r --if-present --filter './packages/*' run test",
"ci": "pnpm run lint && pnpm run build",
"test-release": "bash scripts/test-release.sh",
"changeset": "changeset",
"version-packages": "changeset version && node scripts/sync-composer-versions.mjs",
"prepare": "husky || true"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.7",
"husky": "^9.1.7"
},
"packageManager": "pnpm@10.15.1"
}