mirror of
https://github.com/galacean/engine.git
synced 2026-06-21 20:52:48 +08:00
27 lines
548 B
JSON
27 lines
548 B
JSON
{
|
|
"name": "@oasis-engine/physics-physx",
|
|
"version": "0.8.0-beta.3",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org"
|
|
},
|
|
"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/**/*",
|
|
"libs/**/*",
|
|
"types/**/*"
|
|
],
|
|
"dependencies": {
|
|
"@oasis-engine/design": "0.8.0-beta.3",
|
|
"oasis-engine": "0.8.0-beta.3"
|
|
}
|
|
}
|