tetanes-web 0.2.0

A NES Emulator written in Rust and WebAssembly
Documentation
{
  "name": "tetanes-www",
  "version": "0.1.0",
  "private": true,
  "description": "A NES Emulator written in Rust and WebAssembly",
  "scripts": {
    "build": "webpack --config webpack.config.js --mode production",
    "build:dev": "webpack --config webpack.config.js",
    "start": "npm run build:dev && webpack-dev-server --config webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lukexor/tetanes.git"
  },
  "keywords": [
    "webassembly",
    "wasm",
    "rust",
    "webpack",
    "nes",
    "emulator",
    "tetanes"
  ],
  "author": "Luke Petherbridge <me@lukeworks.tech>",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/lukexor/tetanes/issues"
  },
  "homepage": "https://lukeworks.tech/tetanes",
  "dependencies": {
    "tetanes-web": "file:../pkg"
  },
  "devDependencies": {
    "clean-webpack-plugin": "4.0",
    "html-webpack-plugin": "5.5",
    "ts-loader": "9.5",
    "typescript": "5.2",
    "webpack": "5.89",
    "webpack-cli": "5.1",
    "webpack-dev-server": "4.15",
    "webpack-merge": "5.10"
  }
}