{ "name": "ic10emu", "version": "0.1.0", "description": "an IC10 emulator for IC10 mips from Stationeers", "main": "index.js", "scripts": { "build": "webpack --config webpack.config.prod.js", "start": "webpack-dev-server" }, "repository": { "type": "git", "url": "git+https://github.com/ryex/ic10emu.git" }, "keywords": [ "webassembly", "wasm", "rust", "webpack" ], "author": "Rachel Powers ", "license": "(MIT OR Apache-2.0)", "bugs": { "url": "https://github.com/ryex/ic10emu/issues" }, "homepage": "https://github.com/ryex/ic10emu#readme", "devDependencies": { "@oneidentity/zstd-js": "^1.0.3", "@types/ace": "^0.0.52", "@types/bootstrap": "^5.2.10", "@types/wicg-file-system-access": "^2023.10.5", "autoprefixer": "^10.4.19", "copy-webpack-plugin": "^12.0.2", "css-loader": "^6.10.0", "css-minimizer-webpack-plugin": "^6.0.0", "extract-loader": "^5.1.0", "hello-wasm-pack": "^0.1.0", "html-webpack-plugin": "^5.6.0", "image-minimizer-webpack-plugin": "^4.0.0", "imagemin": "^8.0.1", "imagemin-gifsicle": "^7.0.0", "imagemin-jpegtran": "^7.0.0", "imagemin-optipng": "^8.0.0", "imagemin-svgo": "^10.0.1", "lit-scss-loader": "^2.0.1", "mini-css-extract-plugin": "^2.8.1", "postcss-loader": "^8.1.1", "sass": "^1.72.0", "sass-loader": "^14.1.1", "style-loader": "^3.3.4", "ts-lit-plugin": "^2.0.2", "ts-loader": "^9.5.1", "typescript": "^5.4.3", "typescript-lit-html-plugin": "^0.9.0", "webpack": "^5.91.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" }, "dependencies": { "@leeoniya/ufuzzy": "^1.0.14", "@lit/context": "^1.1.0", "@popperjs/core": "^2.11.8", "@shoelace-style/shoelace": "^2.15.0", "ace-builds": "^1.32.9", "ace-linters": "^1.1.2", "bootstrap": "^5.3.3", "bson": "^6.5.0", "buffer": "^6.0.3", "crypto-browserify": "^3.12.0", "ic10emu_wasm": "file:..\\ic10emu_wasm\\pkg", "ic10lsp_wasm": "file:..\\ic10lsp_wasm\\pkg", "jquery": "^3.7.1", "lit": "^3.1.2", "lzma-web": "^3.0.1", "stream-browserify": "^3.0.0", "uuid": "^9.0.1", "vm-browserify": "^1.1.2" } }