@humeai/voice-embed 0.2.3-beta.1 → 0.2.3
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@humeai/voice-embed",
|
|
3
|
-
"version": "0.2.3
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -14,31 +14,31 @@
|
|
|
14
14
|
"package.json",
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
|
+
"scripts": {
|
|
18
|
+
"test": "vitest",
|
|
19
|
+
"test:watch": "vitest --watch",
|
|
20
|
+
"build": "pnpm lint && tsup",
|
|
21
|
+
"dev": "tsup --watch",
|
|
22
|
+
"lint": "eslint ./src/",
|
|
23
|
+
"pack": "npm pack"
|
|
24
|
+
},
|
|
17
25
|
"keywords": [],
|
|
18
26
|
"author": "",
|
|
19
27
|
"license": "ISC",
|
|
20
28
|
"devDependencies": {
|
|
29
|
+
"@humeai/eslint-config": "workspace:*",
|
|
30
|
+
"@humeai/typescript-config": "workspace:*",
|
|
21
31
|
"@types/node": "^20.11.30",
|
|
22
32
|
"jsdom": "^24.0.0",
|
|
23
33
|
"tsup": "^8.3.5",
|
|
24
34
|
"typescript": "^5.4.3",
|
|
25
|
-
"vitest": "^3.1.2"
|
|
26
|
-
"@humeai/eslint-config": "0.0.1",
|
|
27
|
-
"@humeai/typescript-config": "0.0.0"
|
|
35
|
+
"vitest": "^3.1.2"
|
|
28
36
|
},
|
|
29
37
|
"dependencies": {
|
|
30
|
-
"hume": "0.
|
|
38
|
+
"hume": "0.13.3",
|
|
31
39
|
"zod": "^3.22.4"
|
|
32
40
|
},
|
|
33
41
|
"browserslist": [
|
|
34
42
|
"last 2 Chrome versions, last 2 iOS major versions, Firefox ESR, not dead"
|
|
35
|
-
]
|
|
36
|
-
|
|
37
|
-
"test": "vitest",
|
|
38
|
-
"test:watch": "vitest --watch",
|
|
39
|
-
"build": "pnpm lint && tsup",
|
|
40
|
-
"dev": "tsup --watch",
|
|
41
|
-
"lint": "eslint ./src/",
|
|
42
|
-
"pack": "npm pack"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
43
|
+
]
|
|
44
|
+
}
|