{
  "name": "@nanopore/tfjs-backend-webgpu",
  "version": "0.0.1-alpha.17",
  "main": "dist/tf-backend-webgpu.node.js",
  "types": "dist/index.d.ts",
  "jsnext:main": "dist/index.js",
  "module": "dist/index.js",
  "unpkg": "dist/tf-backend-webgpu.min.js",
  "jsdelivr": "dist/tf-backend-webgpu.min.js",
  "miniprogram": "dist/miniprogram",
  "scripts": {
    "benchmark": "yarn test --//:grep=benchmark",
    "build-ci": "yarn build",
    "build": "yarn --cwd .. bazel build tfjs-backend-webgpu:tfjs-backend-webgpu_pkg",
    "bundle": "yarn build",
    "bundle-ci": "yarn bundle",
    "build-npm": "yarn build",
    "publish-npm": "yarn --cwd .. bazel run tfjs-backend-webgpu:tfjs-backend-webgpu_pkg.publish",
    "test": "yarn --cwd .. bazel test tfjs-backend-webgpu:tfjs-backend-webgpu_test --test_output=streamed",
    "test-dev": "yarn --cwd .. bazel run tfjs-backend-webgpu:tfjs-backend-webgpu_test --test_output=streamed"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/nanoporetech/tfjs.git",
    "directory": "tfjs-backend-webgpu"
  },
 "devDependencies": {
    "@babel/polyfill": "^7.8.7",
    "@tensorflow/tfjs-core": "^4.0.0",
    "jasmine": "link:../node_modules/jasmine",
    "jasmine-core": "link:../node_modules/jasmine-core",
    "karma": "~6.4.0",
    "karma-browserstack-launcher": "~1.6.0",
    "karma-chrome-launcher": "~3.1.1",
    "karma-commonjs": "^1.0.0",
    "karma-jasmine": "~5.1.0",
    "karma-typescript": "~5.5.3",
    "karma-typescript-es6-transform": "^5.0.2"
  },
  "dependencies": {
    "@tensorflow/tfjs-backend-cpu": "^4.0.0"
  },
  "peerDependencies": {
    "@tensorflow/tfjs-core": "^4.0.0"
  }
}
