You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
493 B

{
"name": "datetime-sorted-cypress",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node .",
"cy:run": "cypress run",
"test": "start-test dev 3000 cy:run"
},
"repository": {
"type": "git",
"url": "git@git.peterbabic.dev:demo/datetime-sorted-cypress.git"
},
"author": "peter.babic",
"license": "MIT",
"devDependencies": {
"cypress": "^6.1.0",
"date-fns": "^2.16.1",
"start-server-and-test": "^1.11.6"
}
}