Concept-Garant/package.json
2025-05-22 13:02:10 +03:00

28 lines
631 B
JSON

{
"name": "concept-garant",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "playwright test",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://dev.concept.ru:3000/iborisov/Concept-Garant.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@playwright/test": "^1.52.0",
"@types/node": "^22.15.21",
"@types/papaparse": "^5.3.16",
"papaparse": "^5.5.3",
"playwright": "^1.52.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}