UNPKG

raylib-wasm

Version:

Make raylib games in JS for the web

21 lines (20 loc) 528 B
{ "name": "raylib-wasm", "type": "module", "main": "docs/raylib/raylib.js", "version": "0.0.4", "description": "Make raylib games in JS for the web", "scripts": { "start": "npx -y live-server docs", "prestart": "npm run build", "build:wasm": "./tools/build.sh", "build:interface": "node tools/gen_host.js", "build": "npx -y npm-run-all -p build:wasm build:interface" }, "keywords": [ "raylib", "web" ], "author": "David Konsumer <konsumer@jetboystudio.com>", "license": "MIT" }