ruchy 3.72.0

A systems scripting language that transpiles to idiomatic Rust with extreme quality engineering
Documentation
{
  "name": "ruchy-wasm-tests",
  "version": "1.0.0",
  "description": "WASM E2E Testing for Ruchy Compiler",
  "private": true,
  "scripts": {
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:debug": "playwright test --debug",
    "test:e2e:headed": "playwright test --headed",
    "test:e2e:report": "playwright show-report",
    "lint:ts": "eslint . --ext .ts",
    "lint:html": "htmlhint *.html"
  },
  "devDependencies": {
    "@playwright/test": "^1.40.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "htmlhint": "^1.1.4"
  }
}