-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
38 lines (38 loc) · 1.1 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
{
"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.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@moonrepo/cli": "^1.24.5",
"@parcel/packager-raw-url": "2.12.0",
"@parcel/transformer-sass": "2.12.0",
"@parcel/transformer-webmanifest": "2.12.0",
"ava": "^6.1.3",
"buffer": "^6.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"path-browserify": "^1.0.1",
"prettier": "^3.2.5",
"process": "^0.11.10",
"vm-browserify": "^1.1.2"
},
"packageManager": "pnpm@9.1.1",
"engines": {
"node": "~20.11"
}
}