throne 0.5.0

Scripting language for game prototyping and story logic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "author": "Tobias Mansfield-Williams <contact@tmwhere.com>",
  "name": "throne",
  "version": "0.5.0",
  "scripts": {
    "start": "rimraf pkg && wasm-pack build --target web --dev && vite --open",
    "build": "rimraf pkg && wasm-pack build --target web --release && vite build",
    "test": "cargo test && wasm-pack test --headless"
  },
  "devDependencies": {
    "rimraf": "^6.1.2",
    "vite": "^7.3.1"
  }
}