forked from dmno-dev/dmno
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.1 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
{
"name": "root",
"version": "0.0.0",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/dmno-dev/core.git"
},
"scripts": {
"build": "turbo build",
"build:libs": "turbo build --filter=\"!@dmno/docs-site\" --filter=\"!@dmno/api\"",
"preinstall": "npx only-allow pnpm",
"dev": "turbo run dev --concurrency=40 --parallel --filter=\"!@dmno/docs-site\" --filter=\"!@dmno/api\"",
"lint": "turbo lint",
"changeset:add": "changeset add",
"changeset:version": "dmno run -- changeset version",
"changeset:publish": "pnpm build:libs && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.1",
"dmno": "workspace:*",
"only-allow": "^1.2.1",
"read-yaml-file": "^2.1.0",
"turbo": "^2.5.0",
"typescript": "catalog:"
},
"engines": {
"node": ">=22",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.6.4+sha512.da3d715bfd22a9a105e6e8088cfc7826699332ded60c423b14ec613a185f1602206702ff0fe4c438cb15c979081ce4cb02568e364b15174503a63c7a8e2a5f6c"
}