Cypress_TS/CyLukTs/lukan/package.json

19 lines
331 B
JSON
Raw Permalink Normal View History

2023-08-15 16:35:50 +00:00
{
"name": "lukan",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Kankys",
"license": "ISC",
"dependencies": {
"cypress": "^12.13.0"
},
"devDependencies": {
"typescript": "^5.1.3"
}
}