-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 962 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
{
"name": "@masterworks/eslint-config-masterworks",
"version": "4.0.0",
"description": "ESLint config presets for Masterworks",
"engines": {
"node": "^20.9.0 || ^22.11.0 || ^23.0.0"
},
"packageManager": "[email protected]",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/MasterworksIO/eslint-config-masterworks.git"
},
"private": true,
"homepage": "https://github.com/MasterworksIO/eslint-config-masterworks#readme",
"bugs": {
"url": "https://github.com/MasterworksIO/eslint-config-masterworks/issues"
},
"author": "Stefan Maric <[email protected]> (https://www.stefanmaric.com)",
"license": "MIT",
"prettier": "./prettier/prettier.js",
"scripts": {
"lint": "eslint",
"version": "pnpm recursive exec -- npm version --no-git-tag-version"
},
"devDependencies": {
"@types/node": "22.13.1",
"eslint": "9.19.0",
"prettier": "3.4.2",
"typescript": "5.7.3"
}
}