-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 840 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 840 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
{
"name": "eslint-plugin-observation",
"version": "1.1.0",
"private": true,
"main": "dist/index.js",
"scripts": {
"test": "jest src",
"lint": "tsc && eslint src"
},
"peerDependencies": {
"eslint": "^8.0.0 || ^9.0.0"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^20.19.27",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"@typescript-eslint/rule-tester": "^8.51.0",
"@typescript-eslint/utils": "^8.51.0",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"jest": "^30.2.0",
"prettier": "^3.7.4",
"ts-jest": "^29.4.6",
"typescript": "5.9.3"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@4.12.0",
"dependencies": {
"@yarnpkg/plugin-interactive-tools": "^4.0.3"
}
}