-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 863 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
{
"name": "adex-root",
"type": "module",
"private": true,
"description": "",
"keywords": [],
"packageManager": "pnpm@9.5.0",
"author": "reaper<ahoy@barelyhuman.dev>",
"scripts": {
"play": "pnpm --filter='playground' -r dev",
"test": "pnpm -r test",
"test:ci": "pnpm -r test:ci",
"publish:ci": "lerna publish from-git --registry 'https://registry.npmjs.org' --yes",
"next": "lerna version --sync-workspace-lock",
"nuke": "pnpm -r exec rm -rvf node_modules"
},
"license": "MIT",
"prettier": "@barelyhuman/prettier-config",
"devDependencies": {
"@barelyhuman/prettier-config": "^1.1.0",
"@lerna-lite/cli": "^3.7.1",
"@lerna-lite/publish": "^3.7.1",
"@lerna-lite/version": "^3.7.1",
"prettier": "^3.3.2"
},
"pnpm": {
"overrides": {
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
}
}
}