-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 856 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
{
"name": "@myboothmanager/dev-shared",
"version": "0.7.0",
"author": "somni <[email protected]>",
"packageManager": "[email protected]",
"license": "PolyForm-Strict-1.0.0",
"private": true,
"type": "module",
"main": "./index.mjs",
"types": "./index.d.ts",
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.18.1",
"@vue/eslint-config-typescript": "^14.1.4",
"eslint": "^9.17.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.13.0",
"typescript-eslint": "^8.18.1",
"vue-eslint-parser": "^9.4.3"
},
"peerDependencies": {
"eslint": ">=9"
}
}