Skip to main content

apps/agentfield-mock/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/agentfield-mock",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/server.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/server.js",
"typecheck": "tsc -p tsconfig.json --noEmit",
"lint": "tsc -p tsconfig.json --noEmit",
"test": "tsx --test src/tests/*.test.ts"
},
"dependencies": {
"fastify": "^5.1.0"
},
"devDependencies": {
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}