Files
vpinball-wasm/package.json
T
valknarandClaude Sonnet 5 536e09dff4
CI / Build wasm engine (push) Successful in 9m17s
CI / Publish to npm registry (push) Canceled after 3m47s
Bump version to 0.1.0 for the first release
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-22 18:36:26 +02:00

29 lines
689 B
JSON

{
"name": "@valknar/vpinball-wasm",
"version": "0.1.0",
"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"
}
}