{
  "name": "sonic-boom",
  "version": "5.0.0",
  "description": "Extremely fast utf8 only stream implementation",
  "main": "index.js",
  "type": "commonjs",
  "types": "types/index.d.ts",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "npm run test:types && npm run lint && npm run test:unit",
    "test:unit": "borp --timeout=240000 'test/*.test.js'",
    "test:types": "tsc && tsd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pinojs/sonic-boom.git"
  },
  "keywords": [
    "stream",
    "fs",
    "net",
    "fd",
    "file",
    "descriptor",
    "fast"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pinojs/sonic-boom/issues"
  },
  "homepage": "https://github.com/pinojs/sonic-boom#readme",
  "devDependencies": {
    "@sinonjs/fake-timers": "^15.0.0",
    "@types/node": "^25.0.3",
    "borp": "^1.0.0",
    "eslint": "^9.39.4",
    "fastbench": "^1.0.1",
    "neostandard": "^0.13.0",
    "proxyquire": "^2.1.3",
    "tsd": "^0.33.0",
    "typescript": "~5.9.2"
  },
  "dependencies": {
    "atomic-sleep": "^1.0.0"
  },
  "tsd": {
    "directory": "./types"
  }
}
