{
  "name": "demucs-wasm",
  "version": "0.1.5",
  "description": "",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "build": "./node_modules/.bin/tsc",
    "build:watch": "./node_modules/.bin/tsc --watch",
    "lint": "npm run lint:eslint",
    "lint:eslint": "eslint 'src/**/*.ts'",
    "format": "prettier \\\\\\\"**/*.{cjs,html,js,json,md,ts}\\\\\\\" --write",
    "serve": "npm run build:watch & wds --watch --open=demo.html"
  },
  "files": [
    "index.*",
    "eventemitter.*",
    "demucs.*",
    "worker.js",
    "demucs_onnx_simd.js",
    "demucs_onnx_simd.wasm"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bengfarrell/demucs-wasm.git"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.25.0",
    "@typescript-eslint/parser": "^5.25.0",
    "@web/dev-server": "^0.1.31",
    "eslint": "^8.15.0",
    "prettier": "^2.6.2",
    "typescript": "~5.2.0"
  }
}
