SierraSystems/ntt-data-notification-service

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
    "name": "ntt-data-notification-service-tests",
    "version": "1.0.0",
    "description": "NTT Data Notification Service Frontend Unit Tests",
    "main": "index.js",
    "scripts": {
        "test": "nyc --reporter=lcov mocha -r jsdom-global/register ./src/main/resources/public/*.test.js"
    },
    "author": "Shreyas Devalapurkar",
    "license": "MIT",
    "devDependencies": {
        "chai": "^4.2.0",
        "chai-jquery": "^2.1.0",
        "jquery": "^3.5.1",
        "jsdom": "^16.4.0",
        "jsdom-global": "^3.0.2",
        "mocha": "^8.1.3",
        "nyc": "^15.1.0"
    }
}