Files
Node.js-14-Cookbook/Chapter08/testing-with-mocha/package.json
T
2020-07-01 04:11:57 +01:00

17 lines
257 B
JSON

{
"name": "Chapter08",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.1"
}
}