{ "name": "testmocha", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "mocha", "test:browser": "live-server --port=9000 --mount=/:public" }, "author": "", "license": "ISC", "devDependencies": { "chai": "^4.2.0", "live-server": "^1.2.1", "mocha": "^7.2.0" } }