-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
39 lines (39 loc) · 923 Bytes
/
package.json
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": "isaacscript-lint",
"version": "7.1.0",
"description": "A linting dependency meta-package for IsaacScript and TypeScript projects.",
"keywords": [
"isaacscript",
"lint",
"linting",
"prettier",
"eslint"
],
"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": "MIT",
"author": "Zamiell",
"type": "module",
"files": [
"LICENSE",
"package.json",
"README.md"
],
"dependencies": {
"complete-lint": "^1.12.0",
"eslint-config-isaacscript": "^5.0.2",
"eslint-import-resolver-typescript": "^3.7.0",
"isaacscript-spell": "^1.15.2",
"isaacscript-tsconfig": "^7.0.1",
"ts-prune-2": "^0.10.7"
},
"peerDependencies": {
"typescript": ">= 5.0.0"
}
}