{ "name": "@valknar/vpinball-wasm", "version": "0.3.4", "description": "Visual Pinball's engine compiled to WebAssembly - real .vpx tables, real VBScript, WebGL2 rendering, in the browser", "license": "SEE LICENSE IN LICENSE", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "package/assets/", "README.md", "LICENSE" ], "scripts": { "build:wrapper": "tsc -p package/tsconfig.json" }, "publishConfig": { "registry": "https://dev.pivoine.art/api/packages/valknar/npm/" }, "repository": { "type": "git", "url": "https://dev.pivoine.art/valknar/vpinball-wasm.git" }, "devDependencies": { "typescript": "^5.6.0" } }