26 lines
578 B
JSON
26 lines
578 B
JSON
{
|
|
"name": "validate-json-by-json-schema-action",
|
|
"version": "1.0.0",
|
|
"type": "commonjs",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest --config vitext.config.ts",
|
|
"format": "oxfmt",
|
|
"format:check": "oxfmt --check",
|
|
"build": "rolldown -c",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "3.0.1",
|
|
"ajv": "8.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.13.3",
|
|
"@vitest/coverage-v8": "4.1.10",
|
|
"oxfmt": "0.58.0",
|
|
"rolldown": "1.1.4",
|
|
"typescript": "6.0.3",
|
|
"vitest": "4.1.10"
|
|
}
|
|
}
|