js-tooling-in-detail/testing/package.json
2025-04-14 11:31:04 +02:00

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"
}
}