{ "name": "simple-test", "version": "1.0.0", "main": "index.js", "scripts": { "test": "mocha -r ts-node/register ./**/*Tests.ts", "coverage": "nyc -r text -e .ts -x \"./*Tests.ts\" npm run test" }, "type": "module", "keywords": [], "author": "", "license": "MIT", "dependencies": {}, "devDependencies": { "@types/chai": "4.2.12", "@types/mocha": "8.0.3", "@types/react": "^16.3.14", "chai": "^4.2.0", "mocha": "^8.1.3", "moq.ts": "^6.4.0", "nyc": "^15.1.0", "react": "^16.3.2", "ts-node": "^9.0.0", "typescript": "^4.0.2" } }