29 lines
602 B
JSON
29 lines
602 B
JSON
{
|
|
"name": "ci_cd_kniaz",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts",
|
|
"test": "jest",
|
|
"build": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@iux-gitea.myddns.me:21_KnjazkinSO/ci_cd_kniaz.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/jest": "^30.0.0",
|
|
"eslint": "^10.3.0",
|
|
"globals": "^17.6.0",
|
|
"jest": "^30.4.2",
|
|
"ts-jest": "^29.4.9",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.59.2"
|
|
}
|
|
}
|