{
  "name": "fast-write-atomic",
  "version": "0.4.0",
  "description": "Fast way to write a file atomically, for Node.js",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint && node --test --test-concurrency=1 test/*.test.js",
    "cov": "node --test --test-concurrency=1 --experimental-test-coverage test/*.test.js"
  },
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/fast-write-atomic.git"
  },
  "keywords": [
    "file",
    "write",
    "atomic"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mcollina/fast-write-atomic/issues"
  },
  "homepage": "https://github.com/mcollina/fast-write-atomic#readme",
  "devDependencies": {
    "fastbench": "^1.0.1",
    "graceful-fs": "^4.2.11",
    "eslint": "^9.20.1",
    "neostandard": "^0.12.1",
    "write-file-atomic": "^6.0.0"
  }
}
