-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
38 lines (38 loc) · 983 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
32
33
34
35
36
37
38
{
"name": "@lg-tools/codemods",
"version": "0.1.2",
"description": "Codemods for LeafyGreen UI",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"scripts": {
"build": "lg-internal-build-package",
"tsc": "tsc --build tsconfig.json"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@lg-tools/build": "workspace:^",
"chalk": "4.1.2",
"fs-extra": "11.1.1",
"glob": "10.3.12",
"is-git-clean": "1.1.0",
"jscodeshift": "0.15.2",
"prettier": "2.8.8"
},
"devDependencies": {
"@types/fs-extra": "11.0.1",
"@types/is-git-clean": "1.1.0",
"@types/jscodeshift": "0.11.11"
},
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/codemods",
"repository": {
"type": "git",
"url": "https://github.com/mongodb/leafygreen-ui"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/PD/summary"
}
}