-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 860 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 860 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
30
{
"name": "@proj-airi/tauri-plugins-airi",
"type": "module",
"version": "0.9.0-beta.2",
"private": true,
"packageManager": "pnpm@10.32.1",
"description": "Tauri plugins and JavaScript bindings extracted from Project AIRI",
"author": {
"name": "Moeru AI Project AIRI Team",
"email": "airi@moeru.ai",
"url": "https://github.com/moeru-ai"
},
"license": "MIT",
"scripts": {
"build": "pnpm run build:crates && pnpm run build:packages",
"build:crates": "cargo build --workspace",
"build:packages": "pnpm -r --filter @proj-airi/tauri-plugin-mcp build",
"lint:rust": "cargo fmt --check && cargo clippy --workspace"
},
"devDependencies": {
"bumpp": "^11.0.1",
"pkgroll": "^2.27.0",
"smol-toml": "^1.6.1",
"tinyexec": "^1.0.4",
"typescript": "^5.9.3"
},
"workspaces": [
"packages/**"
]
}