UNPKG

aivmlib-web

Version:

Aivis Voice Model File (.aivm/.aivmx) Utility Library for Web

76 lines (75 loc) 1.92 kB
{ "name": "aivmlib-web", "version": "1.1.4", "description": "Aivis Voice Model File (.aivm/.aivmx) Utility Library for Web", "author": "Aivis Project <contact@aivis-project.com>", "keywords": [ "aivis-project", "aivm", "text-to-speech", "tts", "safetensors", "onnx" ], "license": "MIT", "homepage": "https://github.com/Aivis-Project/aivmlib-web", "repository": { "type": "git", "url": "git+https://github.com/Aivis-Project/aivmlib-web.git" }, "type": "module", "main": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" } }, "sideEffects": false, "files": [ "dist", "src", "tsconfig.json", "License.txt", "Readme.md" ], "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint \"src/**/*.{js,ts,vue}\" --fix" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "assert": "^2.1.0", "js-base64": "^3.7.7", "protobufjs": "^7.4.0", "tslib": "^2.7.0", "uuid": "^10.0.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "20.16.0", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-unused-imports": "^3.2.0", "typescript": "~5.5.4", "vite": "^5.4.2", "vite-plugin-dts": "^4.3.0" }, "browserslist": [ "> 1%", "last 2 versions", "not dead", "not ie 11" ] }