38 lines
793 B
JSON
38 lines
793 B
JSON
{
|
|
"name": "@proj-airi/elevenlabs",
|
|
"type": "module",
|
|
"version": "0.3.6",
|
|
"description": "Simple wrapper of types of Elevenlabs's SDK",
|
|
"author": {
|
|
"name": "Neko Ayaka",
|
|
"email": "neko@ayaka.moe",
|
|
"url": "https://github.com/nekomeowww"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moeru-ai/airi.git",
|
|
"directory": "packages/elevenlabs"
|
|
},
|
|
"exports": {
|
|
"./types": {
|
|
"types": "./dist/types/index.d.ts"
|
|
}
|
|
},
|
|
"types": "./dist/types/index.d.ts",
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"dev": "pnpm run stub",
|
|
"stub": "unbuild --stub",
|
|
"build": "unbuild",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"elevenlabs": "^1.52.0"
|
|
}
|
|
}
|