{
  "name": "inklecate-wasm",
  "version": "1.0.13",
  "description": "A package bundling the desktop executable for inklecate, and all its dependencies, into a WebAssembly module executable fully in-browser.",
  "main": "dist/main.min.js",
  "module": "dist/main.min.js",
  "scripts": {
    "build": "webpack",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/furkleindustries/inklecate-wasm.git"
  },
  "keywords": [
    "inklecate",
    "ink",
    "inkle",
    "if",
    "hypertext",
    "fiction",
    "WASM",
    "WebAssembly"
  ],
  "author": "furkle",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/furkleindustries/inklecate-wasm/issues"
  },
  "homepage": "https://github.com/furkleindustries/inklecate-wasm#readme",
  "devDependencies": {
    "@babel/core": "^7.7.7",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.7.7",
    "@babel/preset-env": "^7.7.7",
    "@babel/preset-typescript": "^7.7.7",
    "@types/fs-extra": "^5.1.0",
    "babel-loader": "^8.0.6",
    "bufferutil": "^4.0.1",
    "file-loader": "^3.0.1",
    "fs-extra": "^8.1.0",
    "gulp": "^4.0.2",
    "html-webpack-plugin": "^3.2.0",
    "rimraf": "^2.7.1",
    "terser-webpack-plugin": "^1.4.3",
    "typescript": "^3.7.4",
    "utf-8-validate": "^5.0.2",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.10.1"
  },
  "dependencies": {
    "@types/node-fetch": "^2.5.4",
    "colorful-logging": "^1.2.2",
    "esm": "^3.2.25",
    "is-node": "^1.0.2",
    "slash": "^3.0.0",
    "ts-assertions": "^2.0.5",
    "ws": "^7.2.1"
  }
}
