packages/contracts/package.json
Metadata
- Purpose: Shared contracts package with schemas, events, or OpenAPI artifacts.
- Domain:
shared-packages - Language:
json - Bytes: 388
- Lines: 18
- Content hash (short):
0f0e7a51 - Source (start): packages/contracts/package.json:1
- Source (end): packages/contracts/package.json:18
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"
}
}