package.json 2.5 KB
{
    "name": "istanbul-middleware-ry",
    "description": "Connect middleware for Istanbul to handle server-side as well as browser coverage use-cases for node apps",
    "version": "0.0.3",
    "main": "lib/index.js",
    "files": [
        "lib"
    ],
    "bin": {
        "name": "istanbul-middleware-ry",
        "coverage": "binLib/coverage.js"
    },
    "repository": {
        "type": "git",
        "url": "git@github.com:gotwarlost/istanbul-middleware.git"
    },
    "scripts": {
        "release": "babel src --out-dir lib",
        "release:bin": "babel bin --out-dir binLib",
        "pretest": "jshint --config ./node_modules/yui-lint/jshint.json lib/*js",
        "build:watch": "onchange ./src -- npm run release",
        "nodemon": "nodemon ./lib/index.js --coverage # start the app with coverage --watch",
        "run:pm2": "pm2 start ./lib/index.js --watch -f",
        "stop:pm2": "pm2 stop ./lib/index.js"
    },
    "contributors": [
        "@arboleya",
        "@harking",
        "@mikaturunen",
        "@jelmertanen",
        "@tkmunzwa",
        "@mcollina",
        "@lpinca"
    ],
    "dependencies": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/parser": "^7.14.7",
        "@istanbuljs/load-nyc-config": "^1.0.0",
        "@istanbuljs/schema": "^0.1.2",
        "archiver": "0.14.x",
        "babel-generator": "^6.18.0",
        "babel-template": "^6.26.0",
        "babel-traverse": "^6.18.0",
        "babel-types": "^6.18.0",
        "body-parser": "~1.12.3",
        "child_process": "^1.0.2",
        "commander": "^9.4.1",
        "concurrently": "^7.3.0",
        "cross-env": "^7.0.3",
        "express": "^4.18.1",
        "fs": "^0.0.1-security",
        "hbs": "^4.2.0",
        "nodemon": "^2.0.19",
        "nopt": "^6.0.0",
        "ry-istanbul-web": "^0.0.2",
        "onchange": "^7.1.0",
        "pm2": "^5.2.0"
    },
    "devDependencies": {
        "@babel/cli": "^7.7.5",
        "@babel/core": "^7.7.5",
        "@babel/plugin-proposal-optional-chaining": "^7.16.7",
        "@babel/plugin-transform-modules-commonjs": "^7.7.5",
        "@babel/preset-env": "^7.19.3",
        "@babel/register": "^7.7.4",
        "async": "*",
        "axios": "^1.1.2",
        "babel-cli": "^6.3.17",
        "body-parser": "^1.4.3",
        "cors": "^2.8.5",
        "jshint": "*",
        "mkdirp": "*",
        "pm2": "^5.2.0",
        "rimraf": "*",
        "ry-istanbul-web": "^0.0.2",
        "yui-lint": "*"
    },
    "engines": {
        "node": ">=0.6.x"
    },
    "license": "BSD"
}