{ "name": "@galacean/engine-math", "version": "2.0.0-alpha.30", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "url": "https://github.com/galacean/engine.git" }, "license": "MIT", "main": "dist/main.js", "module": "dist/module.js", "browser": "dist/browser.js", "debug": "src/index.ts", "types": "types/index.d.ts", "scripts": { "b:types": "tsc" }, "files": [ "dist/**/*", "types/**/*" ] }