-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "leonardo-monorepo",
"private": true,
"author": "Nate Baldwin <[email protected]>",
"scripts": {
"moon": "moon",
"pre-commit": "lint-staged",
"prepare": "husky || true",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/leonardo.git"
},
"contributors": [
"Larry Davis <[email protected]>",
"Frank Karstens <[email protected]>",
"Garth Braithwaite <[email protected]> (http://garthdb.com/)"
],
"license": "Apache-2.0",
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@moonrepo/cli": "^1.35.3",
"ava": "^6.4.1",
"buffer": "^6.0.3",
"husky": "^9.0.11",
"lint-staged": "^16.2.7",
"path-browserify": "^1.0.1",
"prettier": "^3.4.2",
"process": "^0.11.10",
"vm-browserify": "^1.1.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=24.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"lmdb",
"msgpackr-extract"
]
}
}