forked from mongodb/leafygreen-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 801 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 801 Bytes
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
{
"name": "@lg-tools/cli",
"version": "0.6.1",
"description": "Command Line tools for LeafyGreen",
"license": "Apache-2.0",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"publishConfig": {
"access": "public"
},
"bin": {
"lg": "./bin/index.js"
},
"scripts": {
"build": "lg-internal-build-package",
"tsc": "tsc --build tsconfig.json"
},
"dependencies": {
"@lg-tools/build": "0.6.0",
"@lg-tools/codemods": "0.0.2",
"@lg-tools/create": "0.2.8",
"@lg-tools/install": "0.1.9",
"@lg-tools/link": "0.2.4",
"@lg-tools/lint": "0.2.3",
"@lg-tools/slackbot": "0.2.7",
"@lg-tools/test": "0.4.9",
"@lg-tools/update": "0.1.9",
"@lg-tools/validate": "0.1.11",
"commander": "^11.0.0",
"read-pkg-up": "7.0.1"
}
}