16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "mocha \"./tests/*.test.js\""
|
|
},
|
|
"name": "testing",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"cypress": "^14.3.0",
|
|
"mocha": "^11.1.0"
|
|
}
|
|
}
|