{
  "name": "@raytio/core",
  "version": "11.8.2",
  "license": "MIT",
  "main": "index",
  "types": "index",
  "files": [
    "index.js",
    "index.d.ts",
    "CHANGELOG.md",
    "dist"
  ],
  "scripts": {
    "docs": "sh ../../scripts/generate-docs.sh",
    "build": "yarn run -T tsc && rm -rf dist/**/__tests__",
    "test": "yarn run -T vitest && yarn docs",
    "test-ci": "yarn run -T vitest run && yarn docs"
  },
  "dependencies": {
    "@raytio/maxcryptor": "3.1.0",
    "@raytio/types": "workspace:^",
    "openpgp": "^6.1.0",
    "ramda": "0.30.1"
  },
  "devDependencies": {
    "@types/ramda": "0.29.7"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=18"
  }
}
