UNPKG

skinview3d-blockbench

Version:

SkinView3d animation provider for blockbench bedrock minecraft animations

47 lines 1.18 kB
{ "name": "skinview3d-blockbench", "version": "1.0.19", "description": "SkinView3d animation provider for blockbench bedrock minecraft animations", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "tsc" }, "files": [ "dist/" ], "exports": { ".": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Andcool-Systems/skinview3d-blockbench-animation.git" }, "keywords": [ "animation", "3d", "skinview3d" ], "author": "AndcoolSystems", "license": "MIT", "bugs": { "url": "https://github.com/Andcool-Systems/skinview3d-blockbench-animation/issues" }, "homepage": "https://github.com/Andcool-Systems/skinview3d-blockbench-animation#readme", "dependencies": { "skinview3d": "^3.4.1", "tslib": "^2.8.1" }, "devDependencies": { "@eslint/js": "^9.32.0", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "eslint": "^9.32.0", "globals": "^16.3.0", "jiti": "^2.5.1", "typescript": "^5.8.3", "typescript-eslint": "^8.38.0" } }