{ "name": "ndarray-pixels", "version": "5.2.0", "description": "ndarray-pixels", "type": "module", "sideEffects": false, "types": "./dist/index.d.ts", "main": "./dist/ndarray-pixels-node.cjs", "module": "./dist/ndarray-pixels-browser.modern.js", "exports": { "node": { "types": "./dist/ndarray-pixels-node.d.mts", "require": "./dist/ndarray-pixels-node.cjs", "default": "./dist/ndarray-pixels-node.mjs" }, "default": { "types": "./dist/ndarray-pixels-browser.d.ts", "require": "./dist/ndarray-pixels-browser.cjs", "default": "./dist/ndarray-pixels-browser.js" } }, "repository": "github:donmccurdy/ndarray-pixels", "author": "Don McCurdy ", "license": "MIT", "scripts": { "build": "tsdown", "build:watch": "tsdown --watch", "clean": "rm -rf dist/* || true", "test": "yarn test:node && yarn test:browser", "test:node": "tape test/node.test.cjs | tap-spec", "test:browser": "browserify test/browser.test.cjs | tape-run | tap-spec", "lint": "biome check src test", "lint:ci": "biome ci src test", "release": "yarn postversion:commit && yarn npm publish && yarn postversion:push", "prerelease": "yarn postversion:commit && yarn npm publish --tag alpha && yarn postversion:push", "postversion:commit": "git add -u && git commit -m \"chore(release): v$npm_package_version\" && git tag -a v$npm_package_version -m v$npm_package_version", "postversion:push": "git push && git push --tags", "prepublish": "yarn lint && yarn test", "prepack": "yarn clean && yarn build" }, "dependencies": { "@types/ndarray": "^1.0.14", "ndarray": "^1.0.19", "ndarray-ops": "^1.2.2", "sharp": "^0.35.0" }, "devDependencies": { "@biomejs/biome": "^2.5.6", "@types/ndarray-ops": "1.2.7", "@types/node": "26.1.2", "@types/tape": "5.8.1", "browserify": "17.0.1", "regenerator-runtime": "0.14.1", "source-map-support": "0.5.21", "tap-spec": "5.0.0", "tape": "5.10.2", "tape-run": "11.0.0", "tsdown": "^0.22.14", "typescript": "5.9.3" }, "files": [ "dist/", "src/", "README.md", "LICENSE", "package.json" ], "packageManager": "yarn@4.13.0" }