@elizaos/plugin-local-ai 1.0.0-alpha.7 → 1.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,102 +1,70 @@
1
1
  {
2
- "name": "@elizaos/plugin-local-ai",
3
- "version": "1.0.0-alpha.7",
4
- "type": "module",
5
- "main": "dist/index.js",
6
- "module": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "exports": {
9
- "./package.json": "./package.json",
10
- ".": {
11
- "import": {
12
- "types": "./dist/index.d.ts",
13
- "default": "./dist/index.js"
14
- }
15
- }
16
- },
17
- "files": [
18
- "dist"
19
- ],
20
- "dependencies": {
21
- "@anush008/tokenizers": "^0.0.0",
22
- "@aws-sdk/client-s3": "^3.749.0",
23
- "@aws-sdk/s3-request-presigner": "^3.749.0",
24
- "@echogarden/espeak-ng-emscripten": "0.3.3",
25
- "@echogarden/kissfft-wasm": "0.2.0",
26
- "@echogarden/speex-resampler-wasm": "0.2.1",
27
- "@elizaos/core": "^1.0.0-alpha.7",
28
- "@huggingface/hub": "^1.0.1",
29
- "@huggingface/inference": "^3.3.4",
30
- "@huggingface/transformers": "^3.3.3",
31
- "@opendocsg/pdf2md": "0.1.32",
32
- "@types/uuid": "10.0.0",
33
- "alawmulaw": "6.0.0",
34
- "bignumber.js": "9.1.2",
35
- "capsolver-npm": "2.0.2",
36
- "cldr-segmentation": "2.2.1",
37
- "command-exists": "1.2.9",
38
- "cookie": "0.7.0",
39
- "csv-writer": "1.6.0",
40
- "echogarden": "2.0.7",
41
- "espeak-ng": "1.0.2",
42
- "fastembed": "^1.14.1",
43
- "ffmpeg-static": "5.2.0",
44
- "fluent-ffmpeg": "2.1.3",
45
- "formdata-node": "6.0.3",
46
- "fs-extra": "11.2.0",
47
- "gaxios": "6.7.1",
48
- "glob": "11.0.0",
49
- "graceful-fs": "4.2.11",
50
- "html-escaper": "3.0.3",
51
- "html-to-text": "9.0.5",
52
- "import-meta-resolve": "4.1.0",
53
- "jieba-wasm": "2.2.0",
54
- "json5": "2.2.3",
55
- "kuromoji": "0.1.2",
56
- "libsodium-wrappers": "0.7.15",
57
- "multer": "1.4.5-lts.1",
58
- "node-cache": "5.1.2",
59
- "node-llama-cpp": "3.5.0",
60
- "nodejs-whisper": "0.1.18",
61
- "onnxruntime-node": "1.20.1",
62
- "outetts": "0.2.0",
63
- "patchright": "1.50.1",
64
- "pdfjs-dist": "4.7.76",
65
- "pm2": "5.4.3",
66
- "puppeteer-extra": "3.3.6",
67
- "puppeteer-extra-plugin-capsolver": "2.0.1",
68
- "sharp": "0.33.5",
69
- "srt": "0.0.3",
70
- "systeminformation": "5.23.8",
71
- "tar": "7.4.3",
72
- "tinyld": "1.3.4",
73
- "tsup": "8.4.0",
74
- "uuid": "11.0.3",
75
- "wav": "1.0.2",
76
- "wav-encoder": "1.3.0",
77
- "wavefile": "11.0.0",
78
- "yargs": "17.7.2",
79
- "youtube-dl-exec": "3.0.15",
80
- "zod": "3.21.4"
81
- },
82
- "scripts": {
83
- "build": "tsup",
84
- "dev": "tsup --watch",
85
- "test": "vitest run",
86
- "lint": "biome check ./src --config-path=./ --apply-unsafe && biome format ./ --config-path=./ --write"
87
- },
88
- "peerDependencies": {
89
- "whatwg-url": "7.1.0"
90
- },
91
- "publishConfig": {
92
- "access": "public"
93
- },
94
- "resolutions": {
95
- "zod": "3.24.1"
96
- },
97
- "agentConfig": {
98
- "pluginType": "elizaos:plugin:1.0.0",
99
- "pluginParameters": {}
100
- },
101
- "gitHead": "45175c735affb7ea45b3d9efecde34223e782b79"
2
+ "name": "@elizaos/plugin-local-ai",
3
+ "version": "1.0.0-beta.0",
4
+ "type": "module",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/elizaos-plugins/plugin-local-ai"
11
+ },
12
+ "exports": {
13
+ "./package.json": "./package.json",
14
+ ".": {
15
+ "import": {
16
+ "types": "./dist/index.d.ts",
17
+ "default": "./dist/index.js"
18
+ }
19
+ }
20
+ },
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "dependencies": {
25
+ "@elizaos/core": "^1.0.0-beta.0",
26
+ "@huggingface/hub": "^1.0.1",
27
+ "@huggingface/inference": "^3.3.4",
28
+ "@huggingface/transformers": "^3.3.3",
29
+ "@types/uuid": "10.0.0",
30
+ "fastembed": "^1.14.1",
31
+ "fluent-ffmpeg": "2.1.3",
32
+ "formdata-node": "6.0.3",
33
+ "fs-extra": "11.2.0",
34
+ "glob": "11.0.0",
35
+ "graceful-fs": "4.2.11",
36
+ "node-llama-cpp": "3.6.0",
37
+ "nodejs-whisper": "0.1.18",
38
+ "onnxruntime-node": "1.20.1",
39
+ "srt": "0.0.3",
40
+ "tsup": "8.4.0",
41
+ "uuid": "11.0.3",
42
+ "zod": "3.24.2"
43
+ },
44
+ "scripts": {
45
+ "build": "tsup",
46
+ "dev": "tsup --watch",
47
+ "test": "vitest run",
48
+ "lint": "prettier --write ./src",
49
+ "clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo",
50
+ "format": "prettier --write ./src",
51
+ "format:check": "prettier --check ./src"
52
+ },
53
+ "peerDependencies": {
54
+ "whatwg-url": "7.1.0"
55
+ },
56
+ "publishConfig": {
57
+ "access": "public"
58
+ },
59
+ "resolutions": {
60
+ "zod": "3.24.2"
61
+ },
62
+ "agentConfig": {
63
+ "pluginType": "elizaos:plugin:1.0.0",
64
+ "pluginParameters": {}
65
+ },
66
+ "gitHead": "a8eb749d82e370638c7124f2ddebc2ae7ef47f22",
67
+ "devDependencies": {
68
+ "prettier": "3.5.3"
69
+ }
102
70
  }