FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternlab-node/packages/cli/package.json at dev · pattern-lab/patternlab-node · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on May 13, 2026. It is now read-only.
pattern-lab
/
patternlab-node
Public archive
Notifications
You must be signed in to change notification settings
Fork
397
Star
2.1k
Code
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
patternlab-node
/
packages
/
cli
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
58 lines (58 loc) · 1.4 KB
Breadcrumbs
patternlab-node
/
packages
/
cli
/
package.json
Copy path
File metadata and controls
58 lines (58 loc) · 1.4 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name"
:
"
@pattern-lab/cli
"
,
"description"
:
"
Command-line interface (CLI) for the @pattern-lab/core.
"
,
"version"
:
"
6.1.0
"
,
"bin"
: {
"patternlab"
:
"
bin/patternlab.js
"
},
"author"
: {
"name"
:
"
Patternlab contributors
"
},
"dependencies"
: {
"@pattern-lab/core"
:
"
^6.1.0
"
,
"archiver"
:
"
5.3.0
"
,
"chalk"
:
"
4.1.0
"
,
"commander"
:
"
9.4.1
"
,
"deepmerge"
:
"
^4.2.2
"
,
"execa"
:
"
5.0.0
"
,
"fs-extra"
:
"
10.0.0
"
,
"glob"
:
"
7.1.6
"
,
"has-yarn"
:
"
2.1.0
"
,
"inquirer"
:
"
8.0.0
"
,
"lodash"
:
"
4.17.21
"
,
"ora"
:
"
5.4.0
"
},
"devDependencies"
: {
"dos2unix-cli"
:
"
^1.0.1
"
,
"eslint"
:
"
4.18.2
"
,
"eslint-config-prettier"
:
"
2.9.0
"
,
"eslint-plugin-prettier"
:
"
2.6.0
"
,
"prettier"
:
"
2.8.1
"
,
"proxyquire"
:
"
2.1.3
"
,
"tap"
:
"
14.11.0
"
},
"files"
: [
"
bin
"
],
"keywords"
: [
"
Pattern Lab
"
,
"
Atomic Web Design
"
,
"
Node
"
,
"
JavaScript
"
],
"scripts"
: {
"lint"
:
"
eslint ./{bin,test}
"
,
"test:separate"
:
"
tap './test/*.test.js' --reporter spec --timeout=120
"
,
"prepublish"
:
"
npx dos2unix-cli bin/patternlab.js
"
},
"repository"
:
"
https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli
"
,
"bugs"
:
"
https://github.com/pattern-lab/patternlab-node/issues
"
,
"license"
:
"
MIT
"
,
"engines"
: {
"node"
:
"
>=16.20.0
"
},
"publishConfig"
: {
"access"
:
"
public
"
},
"gitHead"
:
"
80f62be442223e09bafb30d0529cbd768e03f2ac
"
}
Back
|
FazBrowse Home
|
New Git URL