{ "name": "mujoco", "version": "1.0.0-alpha.1", "description": "MuJoCo JavaScript Bindings", "directories": { "example": "examples", "lib": "lib", "test": "tests" }, "files": [ "dist" ], "scripts": { "test": "node --loader ts-node/esm --trace-warnings tests/run_tests.mjs", "benchmark": "node --loader ts-node/esm --trace-warnings tests/run_benchmarks.mjs", "dev:sandbox": "vite --config tests/sandbox/vite.sandbox.config.ts", "build:sandbox": "vite build --config tests/sandbox/vite.sandbox.config.ts", "dev:demo": "vite --config demo_app/vite.demo.config.ts", "build:demo": "vite build --config demo_app/vite.demo.config.ts" }, "author": "Google DeepMind", "license": "Apache-2.0", "devDependencies": { "@types/jasmine": "^5.1.8", "@types/node": "^24.1.0", "jasmine": "^5.9.0", "three": "^0.178.0", "ts-node": "^10.9.2", "typescript": "5.8.2", "vite": "^8.0.16" }, "type": "module" }