forked from rome/tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 881 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "rome-root",
"license": "MIT",
"version": "10.0.7-beta.18",
"engines": {
"node": ">=14.16.0"
},
"//": "Look! No deps!",
"dependencies": {},
"///": "Only used for static type checking",
"devDependencies": {
"@types/node": "^14.17.2",
"@types/react": "^16.14.8",
"@types/react-dom": "^16.9.13",
"@types/vscode": "^1.56.0",
"typescript": "^4.3.2"
},
"rome": {
"name": "project-rome",
"root": true,
"lint": {
"ignore": [
"build",
"coverage",
"node_modules",
"core/static",
"test-fixtures",
"vendor",
"type-libs",
"lib/modules.js",
"internal/web-ui",
"out",
"vscode/node_modules"
]
},
"dependencies": {
"exceptions": {
"invalidLicenses": {
"MIT/X11": [
"wordwrap@>=0.0.2",
"mkdirp@>=0.0.2"
],
"BSD-like": [
]
}
}
}
}
}