{"_id":"@worldmatrix/wmx-core","name":"@worldmatrix/wmx-core","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@worldmatrix/wmx-core","version":"0.1.0","private":false,"description":"Core types and manifest utilities for WorldMatrix assets.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/worldmatrix/worldmatrix-private.git"},"homepage":"https://github.com/worldmatrix/worldmatrix-private#readme","bugs":{"url":"https://github.com/worldmatrix/worldmatrix-private/issues"},"keywords":["worldmatrix","3d","gltf","glb","manifest"],"type":"module","publishConfig":{"access":"public"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"scripts":{"build":"tsc -p tsconfig.json"},"devDependencies":{"typescript":"^5.8.2"},"_id":"@worldmatrix/wmx-core@0.1.0","gitHead":"52efde61891b8a4c1d4ae990a73b6868e9595632","_nodeVersion":"24.2.0","_npmVersion":"11.3.0","dist":{"integrity":"sha512-x9A8k0PopushizV/zsygZJTQCV5Q192jg5e6LC+ro2Ndbj2Px0lhkId3/vazEOyErD6cfj51IFvPKY0+8Rw0NQ==","shasum":"9fafd608eba6f028177bb0093afe9e35ec87dc21","tarball":"https://registry.npmjs.org/@worldmatrix/wmx-core/-/wmx-core-0.1.0.tgz","fileCount":14,"unpackedSize":12540,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIA7zQ9iOHYlQeEm3Qol8ALQjpnPYcu4pBbW2U9djwkrEAiEA5RAOTcS9TVnm52O9ukVQ9Ohavkr21s+pEU0t/rPGI/A="}]},"_npmUser":{"name":"hkahlon","email":"harshdeepkahlon00@gmail.com"},"directories":{},"maintainers":[{"name":"hkahlon","email":"harshdeepkahlon00@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/wmx-core_0.1.0_1771214968997_0.17784990095846975"},"_hasShrinkwrap":false}},"time":{"created":"2026-02-16T04:09:28.923Z","0.1.0":"2026-02-16T04:09:29.139Z","modified":"2026-02-16T04:09:29.335Z"},"maintainers":[{"name":"hkahlon","email":"harshdeepkahlon00@gmail.com"}],"description":"Core types and manifest utilities for WorldMatrix assets.","homepage":"https://github.com/worldmatrix/worldmatrix-private#readme","keywords":["worldmatrix","3d","gltf","glb","manifest"],"repository":{"type":"git","url":"git+https://github.com/worldmatrix/worldmatrix-private.git"},"bugs":{"url":"https://github.com/worldmatrix/worldmatrix-private/issues"},"license":"MIT","readme":"# @worldmatrix/wmx-core\n\nCore types and manifest guards for WorldMatrix (`.wmx.json`) assets.\n\n## Install\n\n```bash\nnpm install @worldmatrix/wmx-core\n```\n\n## Usage\n\n```ts\nimport { isWMXManifestV1 } from '@worldmatrix/wmx-core';\n\nconst parsed = JSON.parse(manifestJson);\nif (!isWMXManifestV1(parsed)) {\n  throw new Error('Invalid WMX manifest');\n}\n```\n","readmeFilename":"README.md","_rev":"1-4ebca48be91f42dc768171a3a45ccf3e"}