{
  "name": "mina-zkml",
  "version": "1.0.1",
  "description": "Zero-knowledge machine learning for Mina Protocol",
  "main": "build/src/zkml.js",
  "types": "build/src/zkml.d.ts",
  "type": "module",
  "scripts": {
    "build:wasm": "wasm-pack build --target nodejs --features wasm",
    "build:ts": "tsc --project tsconfig.json --skipLibCheck",
    "postbuild:ts": "mkdir -p build/pkg && cp -r pkg/* build/pkg/",
    "build": "npm run build:wasm && npm run build:ts && npm run postbuild:ts",
    "clean": "rm -rf build pkg dist",
    "prepare": "npm run build",
    "example": "node --experimental-wasm-modules build/src/example.js",
    "test": "jest"
  },
  "keywords": [
    "mina-protocol",
    "zkml",
    "zero-knowledge",
    "machine-learning",
    "wasm"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@msgpack/msgpack": "^3.0.0-beta2",
    "typescript": "^5.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^20.0.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.0"
  }
}
