{
  "name": "things",
  "version": "4.8.11",
  "description": "Data structures and utilities for TypeScript.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "scripts": {
    "build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup",
    "test": "tsc && node dist/esm/package.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/practal/things.git"
  },
  "author": "Steven Obua",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/practal/things/issues"
  },
  "homepage": "https://github.com/practal/things#readme",
  "devDependencies": {
    "@types/node": "^18.15.11",
    "typescript": "^5.0.3"
  },
  "dependencies": {
    "perf_hooks": "^0.0.1"
  }
}
