mirror of
https://github.com/galacean/engine.git
synced 2026-06-22 00:52:46 +08:00
25 lines
488 B
JSON
25 lines
488 B
JSON
{
|
|
"name": "@oasis-engine/physics-physx",
|
|
"version": "0.8.0-alpha.0",
|
|
"license": "MIT",
|
|
"main": "dist/main.js",
|
|
"module": "dist/module.js",
|
|
"debug": "src/index.ts",
|
|
"browser": "dist/browser.js",
|
|
"types": "types/index.d.ts",
|
|
"scripts": {
|
|
"b:types": "tsc"
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"types/**/*"
|
|
],
|
|
"dependencies": {
|
|
"@oasis-engine/design": "0.8.0-alpha.0",
|
|
"oasis-engine": "0.8.0-alpha.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|