apps/status-mock/package.json
Metadata
- Purpose: Package manifest defining scripts and dependencies.
- Domain:
applications - Language:
json - Bytes: 497
- Lines: 23
- Content hash (short):
164f940f - Source (start): apps/status-mock/package.json:1
- Source (end): apps/status-mock/package.json:23
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
{
"name": "@anchor/status-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": "node --test"
},
"dependencies": {
"fastify": "^5.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}