{
  "name": "@ayulab/pi-checkpoint",
  "version": "0.6.6",
  "description": "File-level checkpoint engine using git bare repos",
  "keywords": [
    "checkpoint",
    "git",
    "pi",
    "snapshot"
  ],
  "homepage": "https://github.com/ayu-exorcist/oh-my-pi/tree/main/sdk/pi-checkpoint#readme",
  "bugs": {
    "url": "https://github.com/ayu-exorcist/oh-my-pi/issues"
  },
  "license": "GPL-3.0",
  "author": "ayu",
  "repository": {
    "type": "git",
    "url": "https://github.com/ayu-exorcist/oh-my-pi.git",
    "directory": "sdk/pi-checkpoint"
  },
  "type": "module",
  "sideEffects": false,
  "main": "index.js",
  "exports": {
    ".": "./index.js"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "dependencies": {},
  "files": [
    "README.md",
    "index.d.ts",
    "index.js"
  ]
}