Partie-2/package.json
Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02:00

20 lines
389 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"
}
}