{
  "name": "@datashaper/arquero",
  "version": "4.0.1",
  "type": "module",
  "main": "dist/index.js",
  "publishConfig": {
    "main": "dist/index.js",
    "types": "dist/index.d.ts"
  },
  "sideEffects": false,
  "author": "Nathan Evans <naevans@microsoft.com>",
  "license": "MIT",
  "contributors": [
    "Nathan Evans <naevans@microsoft.com>",
    "Dayenne Souza <ddesouza@microsoft.com>",
    "Andres Morales <andresmor@microsoft.com>",
    "Monica Carvajal <mcarvajal@microsoft.com>",
    "Chris Trevino <chris.trevino@microsoft.com>",
    "Derek Worthen <deworthe@microsoft.com>",
    "Gaudy Blanco <gaudyb@microsoft.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/datashaper"
  },
  "bugs": {
    "url": "https://github.com/microsoft/datashaper/issues"
  },
  "scripts": {
    "clean": "essex clean dist docs",
    "build": "essex build --docs --skipExportCheck",
    "test": "NODE_OPTIONS=--experimental-vm-modules yarn node $(yarn bin jest) --runInBand",
    "release": "yarn npm publish --tolerate-republish --access public"
  },
  "devDependencies": {
    "@essex/jest-config": "^21.0.12",
    "@essex/scripts": "^22.0.4",
    "@essex/tsconfig-base": "^1.0.2",
    "@types/jest": "^27.5.1",
    "@types/lodash-es": "^4.17.6",
    "arquero": "^4.8.8",
    "jest": "^28.1.0",
    "typescript": "^4.7.2"
  },
  "peerDependencies": {
    "arquero": "^4.8.7"
  },
  "dependencies": {
    "@datashaper/schema": "^3.0.0",
    "lodash-es": "^4.17.21"
  },
  "types": "dist/index.d.ts"
}