apps/agentfield-mock/package.json
Metadata
- Purpose: Package manifest defining scripts and dependencies.
- Domain:
applications - Language:
json - Bytes: 498
- Lines: 22
- Content hash (short):
95737eae - Source (start): apps/agentfield-mock/package.json:1
- Source (end): apps/agentfield-mock/package.json:22
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"
}
}