UNPKG

evotars

Version:

Show animated characters on stream

57 lines (56 loc) 1.35 kB
{ "version": "0.0.18", "name": "evotars", "description": "Show animated characters on stream", "author": "Mikhail Morozov", "url": "https://github.com/inferst/evotars", "repository": { "type": "git", "url": "https://github.com/inferst/evotars" }, "keywords": [ "stream", "avatars", "chatters" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "tsc --noEmit" }, "files": [ "dist", "LICENSE", "README.md" ], "source": "./src/index.ts", "main": "./dist/evotars.umd.cjs", "module": "./dist/evotars.js", "type": "module", "types": "./dist/index.d.ts", "exports": { ".": { "types": { "default": "./dist/index.d.ts" }, "default": { "import": "./dist/evotars.js", "require": "./dist/evotars.umd.cjs" } } }, "devDependencies": { "@types/tinycolor2": "^1.4.6", "typescript": "^5.0.2", "vite": "^5.2.9", "vite-plugin-dts": "^3.8.3" }, "dependencies": { "@pixi/gif": "^3.0.1", "@tweenjs/tween.js": "^23.1.1", "pixi.js": "^8.1.5", "tinycolor2": "^1.6.0" }, "packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f" }