Skip to main content

packages/contracts/package.json

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

{
"name": "@anchor/contracts",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist/index.js",
"types": "src/index.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"lint": "tsc -p tsconfig.json --noEmit",
"test": "node --test test/*.test.js"
},
"dependencies": {
"zod": "^3.24.1"
}
}