{ "name": "template-schema-validation-tools", "version": "1.0.0", "description": "Template schema validation tools.", "private": true, "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" }, "scripts": { "build": "tsc -p .", "test": "jest", "serve": "ts-node server.ts", "lint": "eslint . --ext ts", "lint:fix": "eslint . --ext ts --fix" }, "devDependencies": { "@types/express": "^5.0.0", "@types/jest": "^29.5.14", "@types/node": "^22.10.1", "@typescript-eslint/eslint-plugin": "^7.17.0", "@typescript-eslint/parser": "^7.18.0", "ajv": "^6.12.6", "eslint": "^8.57.1", "eslint-plugin-header": "^3.1.1", "express": "^4.21.2", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.2", "vscode-json-languageservice": "^5.4.2", "vscode-languageserver-textdocument": "^1.0.12", "vscode-languageserver-types": "^3.17.5" } }