-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.31 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"author": "polyipseity",
"bugs": {
"url": "https://github.com/polyipseity/obsidian-monorepo/issues"
},
"description": "Monorepo for Obsidian repositories.",
"devDependencies": {
"@changesets/cli": "^2.27.11"
},
"funding": [
{
"type": "Buy Me a Coffee",
"url": "https://buymeacoffee.com/polyipseity"
},
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/polyipseity"
}
],
"homepage": "https://github.com/polyipseity/obsidian-monorepo#readme",
"keywords": [
"monorepo",
"obsidian",
"obsidian-monorepo",
"obsidian-plugin",
"plugin"
],
"license": "AGPL-3.0-or-later",
"name": "@polyipseity/obsidian-monorepo",
"overrides": {
"@aidenlx/esbuild-plugin-inline-worker": {
"nanoid": "^3.3.8"
}
},
"pnpm": {
"overrides": {
"@aidenlx/esbuild-plugin-inline-worker>nanoid": "^3.3.8"
}
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/polyipseity/obsidian-monorepo.git"
},
"scripts": {
"build": "npm run build --workspaces --if-present",
"build:force": "npm run build:force --workspaces --if-present",
"prepare": "npm run build:force --workspace=obsidian-plugin-library"
},
"version": "0.0.0",
"workspaces": [
"*",
"build/*"
]
}