generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 818 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
{
"private": true,
"type": "module",
"scripts": {
"build": "turbo run run:build",
"dev": "turbo run run:dev",
"test": "turbo run run:test",
"clean": "turbo run run:clean",
"run:clean": "rimraf .turbo"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-love": "^47.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"pnpm": "^9.15.2",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"rimraf": "^5.0.10",
"turbo": "^2.3.3"
},
"packageManager": "pnpm@9.15.2",
"name": "obsidian-schema"
}