mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-27 00:04:22 +00:00
28 lines
618 B
JSON
28 lines
618 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"gha-utils": "^0.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.30.1",
|
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
"@tsconfig/node20": "^20.1.6",
|
|
"@types/node": "^24.1.0",
|
|
"@vitest/coverage-v8": "^3.1.4",
|
|
"eslint": "^9.29.0",
|
|
"jiti": "^2.4.2",
|
|
"lefthook": "^1.11.14",
|
|
"prettier": "^3.6.2",
|
|
"rollup": "^4.44.1",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.34.1",
|
|
"vitest": "^3.1.4"
|
|
}
|
|
}
|