{
  "name": "@watercolorizer/convolution",
  "version": "2.1.1",
  "description": "Simple, unoptimized 1D and 2D convolution functions for typed-arrays",
  "keywords": [
    "convolution"
  ],
  "homepage": "https://github.com/32bitkid/watercolorizer/tree/main/libs/convolution#readme",
  "bugs": {
    "url": "https://github.com/32bitkid/watercolorizer/issues?q=is%3Aopen+is%3Aissue+label%3A%watercolorizer%2Fconvolution"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/32bitkid/watercolorizer.git"
  },
  "license": "ISC",
  "author": "J. Holmes <j@holmes.codes>",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist/**/*"
  ],
  "scripts": {
    "build": "tsdown",
    "clean:wipe": "rimraf ./dist",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:dev": "vitest"
  },
  "gitHead": "b2fbb38ace097fa7612cd5cf90a6399e12d45392"
}
