{
  "name": "@graspologic/common",
  "version": "0.7.0",
  "license": "MIT",
  "description": "A common set of types and utils used by graspologic",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/graspologic-js.git",
    "directory": "packages/lib-common"
  },
  "main": "dist/cjs/index.js",
  "publishConfig": {
    "main": "dist/cjs/index.js",
    "module": "dist/esm/index.js",
    "types": "dist/types/index.d.ts",
    "access": "public"
  },
  "author": "Chris Trevino (chtrevin@microsoft.com)",
  "contributors": [
    "David Tittsworth (datittsw@microsoft.com)",
    "Nathan Evans (naevans@microsoft.com)"
  ],
  "scripts": {
    "bundle_types": "node ../../scripts/bundleTypes",
    "build_lib": "essex build",
    "build": "run-s build_lib bundle_types",
    "clean": "essex clean dist lib",
    "start": "essex watch"
  },
  "devDependencies": {
    "@essex/scripts": "^18.2.1",
    "@types/node": "^16.11.12",
    "glob": "^7.2.0",
    "npm-run-all": "^4.1.5"
  },
  "peerDependencies": {
    "@types/node": "*",
    "core-js": "^3.6.5",
    "regenerator-runtime": "^0.13.7"
  },
  "browserslist": [
    "last 2 Chrome versions"
  ],
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts"
}