moon-engine 0.1.1

A WebGL2/WASM Game Library written in the Rust programming language.
Documentation
{
  "name": "moon-engine",
  "version": "0.0.3",
  "description": "A WebGL2/WASM Game Library written in the Rust programming language",
  "main": "index.js",
  "bin": {
    "moon": ".bin/moon.js"
  },
  "scripts": {
    "build": "webpack --config webpack.config.js --mode production",
    "start": "webpack-dev-server"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/polarvoid/moon-engine.git"
  },
  "keywords": [
    "webassembly",
    "wasm",
    "rust",
    "webpack"
  ],
  "author": "Alvin Philips <alvinphilips257@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/polarvoid/moon-engine/issues"
  },
  "homepage": "https://polarvoid.github.io/moon-engine/",
  "dependencies": {
    "moon-engine": "file:../pkg"
  },
  "devDependencies": {
    "copy-webpack-plugin": "^10.0.0",
    "webpack": "^5.64.1",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.5.0"
  }
}