-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 881 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 881 Bytes
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,
"scripts": {
"prepare": "git config core.hooksPath .githooks",
"test": "yarn workspaces foreach --all --exclude swc-plugin-obsidian run test --colors && yarn workspace swc-plugin-obsidian test",
"lint": "yarn workspaces foreach --all --exclude vscode-language-server-obsidian run lint",
"build": "yarn workspace react-obsidian build && yarn workspace ts-morph-extensions build && yarn workspace eslint-plugin-obsidian build",
"versionBump": "node scripts/versionBump.js"
},
"workspaces": [
"packages/*"
],
"keywords": [
"dependency",
"dependency",
"react",
"react-native",
"react native",
"dependency-injection",
"dependency injection",
"dependency inversion",
"inversion of control container",
"typescript",
"ioc",
"di",
"injector"
],
"packageManager": "yarn@4.12.0"
}