FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nushell.github.io/package.json at main · nushell/nushell.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nushell
/
nushell.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
560
Star
258
Code
Issues
49
Pull requests
20
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
nushell.github.io
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (39 loc) · 1.21 KB
Breadcrumbs
nushell.github.io
/
package.json
Copy path
File metadata and controls
39 lines (39 loc) · 1.21 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
{
"name"
:
"
nushell.github.io
"
,
"version"
:
"
0.0.0
"
,
"description"
:
"
The Nushell website (nushell.sh)
"
,
"repository"
:
"
github:nushell/nushell.github.io
"
,
"type"
:
"
module
"
,
"scripts"
: {
"update"
:
"
nu make_docs.nu
"
,
"dev"
:
"
cross-env NODE_OPTIONS=--max-old-space-size=8192 vuepress dev
"
,
"build"
:
"
cross-env NODE_OPTIONS=--max-old-space-size=8192 vuepress build
"
,
"postinstall"
:
"
patch-package
"
,
"prepare"
:
"
git config --unset core.hooksPath && rm -rf .husky || true; npx lefthook install
"
,
"pretty"
:
"
prettier --write .
"
},
"license"
:
"
MIT
"
,
"devDependencies"
: {
"@vuepress/bundler-vite"
:
"
2.0.0-rc.30
"
,
"@vuepress/plugin-docsearch"
:
"
2.0.0-rc.131
"
,
"@vuepress/plugin-feed"
:
"
2.0.0-rc.131
"
,
"@vuepress/plugin-shiki"
:
"
2.0.0-rc.131
"
,
"@vuepress/plugin-sitemap"
:
"
2.0.0-rc.131
"
,
"@vuepress/theme-default"
:
"
2.0.0-rc.131
"
,
"@vueuse/core"
:
"
^14.3.0
"
,
"asciinema-player"
:
"
^3.15.1
"
,
"cross-env"
:
"
^10.1.0
"
,
"lefthook"
:
"
1.8.2
"
,
"patch-package"
:
"
^8.0.1
"
,
"prettier"
:
"
^3.3.3
"
,
"sass-embedded"
:
"
^1.81.0
"
,
"vuepress"
:
"
^2.0.0-rc.30
"
},
"engines"
: {
"npm"
:
"
>=9.0.0
"
,
"node"
:
"
>=18.12.0
"
},
"volta"
: {
"node"
:
"
22.22.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL