{
  "name": "@xocash/primitives",
  "version": "0.0.1-development.8831440432",
  "description": "XO Stack Primitives",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc --build --clean && tsc --build",
    "prepublishOnly": "npm run build",
    "test": "vitest --run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "watch": "tsc --watch"
  },
  "author": "",
  "license": "ISC",
  "gitHead": "2d550cef4b179b17110363512ee0fde54a5da79a"
}
