23 lines
468 B
JSON
23 lines
468 B
JSON
{
|
|
"name": "truskx-auto",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "cypress open"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.blanchelune.i234.me/Trusk/Partie-2.git"
|
|
},
|
|
"author": "Simon Priet",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cypress": "^8.3.1",
|
|
"cypress-cucumber-preprocessor": "^4.2.0"
|
|
},
|
|
"cypress-cucumber-preprocessor": {
|
|
"nonGlobalStepDefinitions": true
|
|
}
|
|
}
|