forked from adobe/leonardo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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": "leonardo-monorepo",
"private": true,
"author": "Nate Baldwin <nbaldwin@adobe.com>",
"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 <lazdnet@gmail.com>",
"Frank Karstens <karstens@adobe.com>",
"Garth Braithwaite <garthdb@gmail.com> (http://garthdb.com/)"
],
"license": "Apache-2.0",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@moonrepo/cli": "^1.22.7",
"@parcel/packager-raw-url": "2.11.0",
"@parcel/transformer-sass": "2.11.0",
"@parcel/transformer-webmanifest": "2.11.0",
"ava": "^6.1.2",
"buffer": "^5.5.0||^6.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"path-browserify": "^1.0.0",
"prettier": "^3.2.5",
"process": "^0.11.10",
"vm-browserify": "^1.1.2"
},
"packageManager": "pnpm@8.15.4",
"engines": {
"node": "~20.11"
}
}