Files
DevRunbook release export cfd2804e27
Managed validation / full (push) Successful in 3m18s
Publish DevRunbook source
2026-09-03 04:09:17 +02:00

29 lines
646 B
JSON

{
"name": "@devrunbook/content",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"content:import": "tsx src/cli-import.ts",
"lint": "eslint src --max-warnings=0",
"test": "vitest run --passWithNoTests --testTimeout=60000",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"ajv": "8.20.0",
"ajv-formats": "3.0.1",
"yaml": "2.9.0",
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "24.13.3",
"tsx": "4.20.6",
"typescript": "5.9.3",
"vitest": "4.1.10"
}
}