UNPKG

@tomiaa/live2d

Version:
62 lines (61 loc) 1.49 kB
{ "name": "@tomiaa/live2d", "version": "1.0.0", "private": false, "description": "开箱即用的 Live2d", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "exports": { ".": { "import": "./es/index.js", "require": "./lib/index.js" }, "./src": { "import": "./src/index.ts" } }, "scripts": { "dev": "vite --mode dev", "build": "tsc --noEmit && vite build", "prod": "vite --mode prod", "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -n ./changelog.ts" }, "keywords": [ "@tomiaa", "@tomiaa/live2d", "kuangyx.cn", "live2d", "live2d 3", "看板娘" ], "files": [ "es", "lib" ], "author": "tomiaa", "license": "MIT", "dependencies": { "@tomiaa/hitokoto": "^0.0.5", "@tomiaa/theme-chalk": "^0.0.5", "@tomiaa/utils": "^0.1.6", "pixi-live2d-display": "^0.4.0", "pixi.js": "^6.5.9" }, "devDependencies": { "conventional-changelog-cli": "^2.2.2", "sass": "^1.58.1", "vite": "^4.1.1", "vite-plugin-dts": "^1.7.2", "vite-plugin-libcss": "^1.0.5", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/tomiaa12/live2djs.git" }, "bugs": { "url": "https://github.com/tomiaa12/live2djs/issues" }, "homepage": "https://kuangyx.cn/docs/%E6%96%87%E7%AB%A0/JS%20Lib/Live2d.html" }