mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
14 lines
234 B
JSON
14 lines
234 B
JSON
{
|
|
"name": "cypress-tests",
|
|
"private": "true",
|
|
"scripts": {
|
|
"cypress:open": "cypress open",
|
|
"server": "node server.js"
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"cypress": "10.8.0",
|
|
"wait-on": "^6.0.1"
|
|
}
|
|
}
|