mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-17 01:21:21 +00:00
32 lines
753 B
JSON
32 lines
753 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"format": "prettier --write --cache . !dist !README.md",
|
|
"lint": "eslint",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"catched-error-message": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.8.0",
|
|
"@jest/globals": "^29.7.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^22.1.0",
|
|
"eslint": "^9.8.0",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^3.3.3",
|
|
"rollup": "^4.20.0",
|
|
"ts-jest": "^29.2.4",
|
|
"tslib": "^2.6.3",
|
|
"typescript": "^5.5.4",
|
|
"typescript-eslint": "^8.0.0"
|
|
},
|
|
"packageManager": "yarn@4.4.0"
|
|
}
|