-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 983 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 983 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
33
34
35
36
37
38
39
40
{
"name": "world-docs",
"version": "0.0.1",
"description": "",
"scripts": {
"mint": "mint",
"dev": "mint dev",
"spellcheck": "cspell '**/*.{md,mdx,json,yml,yaml,ts,tsx,js,jsx}' --no-progress",
"check-links": "mint broken-links"
},
"keywords": [],
"author": "",
"license": "MIT",
"packageManager": "pnpm@10.13.1",
"dependencies": {
"mint": "^4.2.462"
},
"devDependencies": {
"cspell": "^9.7.0"
},
"pnpm": {
"overrides": {
"axios": ">=1.13.5",
"body-parser": ">=1.20.3",
"minimatch": ">=3.1.4",
"path-to-regexp": ">=0.1.12",
"micromatch>picomatch": "^2.3.2",
"anymatch>picomatch": "^2.3.2",
"readdirp>picomatch": "^2.3.2",
"cspell-glob>picomatch": "^4.0.4",
"tinyglobby>picomatch": "^4.0.4",
"fdir>picomatch": "^4.0.4",
"flatted": ">=3.4.2",
"lodash": ">=4.17.23",
"js-yaml@>=4": ">=4.1.1",
"yaml": ">=2.8.3",
"qs": ">=6.14.1"
}
}
}