13 lines
348 B
JSON
13 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/"]
|
||
|
|
}
|