magicciv/package.json
autocommit a90f3608ef deps-upgrade(dependencies): ⬆️ Update dependencies to latest stable versions in Cargo.toml and package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-13 14:10:27 -07:00

12 lines
348 B
JSON

{
"name": "@magic-civ/physics-rs",
"version": "0.1.0",
"description": "Rust physics engine — compiled to WASM for web, GDExtension for Godot",
"main": "pkg/magic_civ_physics.js",
"types": "pkg/magic_civ_physics.d.ts",
"scripts": {
"build": "bash build-wasm.sh",
"build:gdext": "bash build-gdext.sh"
},
"files": ["pkg/"]
}