{
  "name": "ripstat",
  "repository": "github:fabiospampinato/ripstat",
  "description": "Fetch the stats for a file as if a saber-tooth tiger is chasing you!",
  "version": "2.0.2",
  "type": "module",
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "benchmark": "tsex benchmark",
    "benchmark:watch": "tsex benchmark --watch",
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "test": "tsex test",
    "test:watch": "tsex test --watch",
    "prepublishOnly": "tsex prepare"
  },
  "keywords": [
    "file",
    "stats",
    "fast"
  ],
  "dependencies": {
    "stubborn-fs": "^1.2.4"
  },
  "devDependencies": {
    "@types/node": "^18.13.0",
    "fava": "^0.1.0",
    "tsex": "^2.1.0",
    "typescript": "^4.9.5"
  }
}
