-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
29 lines (29 loc) · 802 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
{
"name": "tauri-plugin-graphql",
"version": "0.0.0",
"private": true,
"description": "",
"author": "",
"license": "MIT",
"scripts": {
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint packages/**/*.ts"
},
"devDependencies": {
"@effection/fetch": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"covector": "^0.7.3",
"effection": "^2.0.4",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"prettier": "^2.6.2",
"typescript": "^4.7.3"
},
"packageManager": "[email protected]"
}