18 lines
313 B
JSON
18 lines
313 B
JSON
{
|
|
"name": "testing-with-mocha",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/mocha/bin/mocha"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"mocha": "^8.0.1"
|
|
}
|
|
}
|