Files
Mujoco_WASM/wasm/package.npm.json
T
Copybara-Service 4d0c4666db Merge pull request #3169 from MatiasManevi:npm-pkg-name
PiperOrigin-RevId: 882503732
Change-Id: I20494c3258ba39f382483e82934964472603aa17
2026-03-12 04:07:12 -07:00

40 lines
814 B
JSON

{
"name": "@mujoco/mujoco",
"version": "0.0.0",
"description": "MuJoCo WASM bindings",
"repository": {
"type": "git",
"url": "git+https://github.com/google-deepmind/mujoco.git",
"directory": "wasm"
},
"homepage": "https://github.com/google-deepmind/mujoco/tree/main/wasm",
"bugs": {
"url": "https://github.com/google-deepmind/mujoco/issues"
},
"keywords": [
"mujoco",
"physics",
"wasm",
"google",
"deepmind",
"webassembly",
"simulation",
"robotics",
"emscripten",
"javascript",
"typescript"
],
"main": "mujoco.js",
"types": "mujoco.d.ts",
"files": [
"mujoco.js",
"mujoco.d.ts",
"mujoco.wasm",
"mujoco.wasm.map",
"README.md"
],
"author": "Google DeepMind",
"license": "Apache-2.0",
"type": "module"
}