Files
2025-11-29 18:18:51 +08:00

40 lines
843 B
JSON

{
"name": "blender-toolkit-cli",
"version": "1.4.4",
"description": "Blender automation CLI with geometry, materials, modifiers, collections, animation retargeting, and WebSocket-based control",
"main": "dist/index.js",
"bin": {
"blender-toolkit": "./dist/cli/cli.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"clean": "rm -rf dist"
},
"keywords": [
"blender",
"animation",
"retargeting",
"mixamo",
"websocket",
"geometry",
"materials",
"modifiers",
"collections",
"3d",
"automation"
],
"author": "Dev GOM",
"license": "Apache-2.0",
"dependencies": {
"commander": "^14.0.2",
"ws": "^8.14.0",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/ws": "^8.5.0",
"typescript": "^5.0.0"
}
}