{
  "name": "memdisk",
  "version": "1.3.0",
  "description": "A library and a CLI to create RAM disk on macOS and Linux.",
  "homepage": "https://github.com/SukkaW/memdisk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SukkaW/memdisk.git"
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "bin": "./dist/cli.js",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "keywords": [
    "ramdisk",
    "memdisk"
  ],
  "author": "SukkaW <https://skk.moe>",
  "license": "MIT",
  "dependencies": {
    "foxts": "^5.4.0",
    "gensync": "1.0.0-beta.2",
    "picocolors": "^1.1.1",
    "tinyexec": "^1.1.1"
  },
  "devDependencies": {
    "@commander-js/extra-typings": "^12.1.0",
    "@eslint-sukka/node": "^8.9.2",
    "@types/gensync": "^1.0.4",
    "@types/node": "^20.19.39",
    "@types/which": "^3.0.4",
    "bumpp": "^10.4.1",
    "bunchee": "^6.10.0",
    "commander": "^12.1.0",
    "eslint": "^10.2.0",
    "eslint-config-sukka": "^8.9.2",
    "eslint-formatter-sukka": "^8.9.2",
    "typescript": "^6.0.2",
    "which": "^5.0.0"
  },
  "scripts": {
    "lint": "eslint --format=sukka .",
    "build": "bunchee -m --target es2018 --dts-bundle --no-sourcemap",
    "release": "bumpp -r --all --commit \"release: %s\" --tag \"%s\""
  }
}