-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.82 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.82 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "isaacscript-monorepo",
"private": true,
"description": "The monorepo for IsaacScript.",
"homepage": "https://isaacscript.github.io/",
"bugs": {
"url": "https://github.com/IsaacScript/isaacscript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IsaacScript/isaacscript.git"
},
"license": "GPL-3.0",
"author": "Zamiell",
"type": "module",
"scripts": {
"postinstall": "tsx ./packages/eslint-plugin-isaacscript/scripts/build.ts",
"lint": "tsx ./scripts/lint.ts",
"lint-all": "tsx ./scripts/lint-all.ts",
"package-json-lint": "tsx ./scripts/packageJSONLint.ts",
"publish": "tsx ./scripts/publish.ts",
"update": "tsx ./scripts/update.ts"
},
"dependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.0",
"@babel/preset-typescript": "7.28.5",
"@commander-js/extra-typings": "14.0.0",
"@docusaurus/core": "3.9.2",
"@docusaurus/module-type-aliases": "3.9.2",
"@docusaurus/preset-classic": "3.9.2",
"@docusaurus/tsconfig": "3.9.2",
"@docusaurus/types": "3.9.2",
"@eslint/eslintrc": "3.3.4",
"@mdx-js/react": "3.1.1",
"@microsoft/api-extractor": "7.57.5",
"@prettier/plugin-xml": "3.4.2",
"@tsconfig/node-lts": "24.0.0",
"@tsconfig/strictest": "2.0.8",
"@types/figlet": "1.7.0",
"@types/jest": "30.0.0",
"@types/klaw-sync": "6.0.5",
"@types/node": "25.3.0",
"@types/prompt": "1.1.9",
"@types/source-map-support": "0.5.10",
"@types/xml2js": "0.4.14",
"@typescript-eslint/rule-tester": "8.56.1",
"@typescript-eslint/type-utils": "8.56.1",
"@typescript-eslint/utils": "8.56.1",
"@zamiell/sync-directory": "6.0.5",
"@zamiell/typedoc-plugin-not-exported": "0.3.0",
"ajv": "8.18.0",
"chalk": "5.6.2",
"clsx": "2.1.1",
"commander": "14.0.3",
"complete-common": "2.16.1",
"complete-lint": "5.2.0",
"complete-node": "16.2.0",
"docusaurus-theme-search-typesense": "0.26.0",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-sort-exports": "0.9.1",
"figlet": "1.9.2-beta.0",
"isaac-typescript-definitions": "43.0.1",
"jest": "30.2.0",
"jsonc-parser": "3.3.1",
"klaw-sync": "7.0.0",
"lua-types": "2.13.1",
"moment": "2.30.1",
"prettier": "3.8.1",
"prism-react-renderer": "2.4.1",
"prompt": "1.3.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"source-map": "0.7.6",
"source-map-support": "0.5.21",
"ts-json-schema-generator": "2.5.0",
"ts-prune-2": "0.10.7",
"typedoc": "0.28.17",
"typedoc-plugin-markdown": "4.10.0",
"typedoc-plugin-rename": "1.1.1",
"typescript": "5.9.3",
"typescript-eslint": "8.56.1",
"typescript-to-lua": "1.33.2",
"xml2js": "0.6.2",
"yaml": "2.8.2"
},
"devDependencies": {
"eslint": "9.39.2",
"tsx": "4.21.0"
}
}