{
  "name": "zwitterion",
  "version": "0.47.0",
  "description": "A web dev server that lets you import anything*",
  "scripts": {
    "start": "ts-node --transpile-only src/app.ts --port 5050",
    "test": "ts-node --transpile-only test/test.ts --port 5050"
  },
  "bin": {
    "zwitterion": "./bin.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lastmjs/zwitterion"
  },
  "contributors": [
    "Jordan Last <jordan.michael.last@gmail.com>",
    "electrovir"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lastmjs/zwitterion/issues"
  },
  "homepage": "https://github.com/lastmjs/zwitterion#readme",
  "dependencies": {
    "@babel/core": "7.8.3",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "as-bind": "0.6.1",
    "assemblyscript": "0.18.11",
    "babel-plugin-syntax-export-extensions": "6.13.0",
    "chokidar": "3.5.1",
    "commander": "6.2.1",
    "fs-extra": "8.1.0",
    "is-windows": "1.0.2",
    "mime": "2.5.2",
    "sanitize-filename": "1.6.3",
    "ts-node": "8.10.2",
    "typescript": "3.9.9",
    "wabt": "1.0.12",
    "whatwg-url": "8.0.0",
    "ws": "7.4.3"
  },
  "devDependencies": {
    "@types/babel__core": "7.1.12",
    "@types/fs-extra": "8.1.1",
    "@types/mime": "2.0.3",
    "@types/node": "12.20.4",
    "@types/uuid": "8.3.0",
    "@types/ws": "7.4.0",
    "fast-check": "2.11.0",
    "uuid": "8.3.2"
  }
}
