{
  "name": "@biowasm/aioli",
  "version": "3.2.3",
  "description": "A framework for building WebAssembly-based genomics tools",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/biowasm/aioli.git"
  },
  "author": "Robert Aboukhalil",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "./dist/aioli.js",
  "module": "./dist/aioli.mjs",
  "dependencies": {
    "comlink": "^4.3.1",
    "wasm-feature-detect": "^1.2.11"
  },
  "devDependencies": {
    "cypress": "^10.6.0",
    "vite": "^3.0.2"
  },
  "scripts": {
    "dev": "vite build --sourcemap true --minify false && vite",
    "build": "vite build",
    "test": "vite build && cypress run",
    "test-open": "vite build && cypress open"
  }
}
