{
  "name": "@brik64/core",
  "version": "0.1.0-beta.18.1",
  "description": "BRIK64 JavaScript/TypeScript SDK beta with typed monomer helpers and composition utilities for application examples and integrations.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "pretest": "npm run build",
    "test": "node --test",
    "test:package-exports": "node test/package-exports.test.mjs",
    "prepublishOnly": "npm run build && npm test && npm run test:package-exports"
  },
  "keywords": [
    "brik64",
    "digital-circuitality",
    "pcd",
    "sdk",
    "monomers",
    "eva-algebra"
  ],
  "author": "BRIK64 INC <info@brik64.com>",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brik64/brik64-lib-js.git"
  },
  "homepage": "https://brik64.com",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.js.map",
    "dist/**/*.d.ts.map",
    "src",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/node": "^25.5.0",
    "typescript": "^5.4.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
