{
    "name": "@slimio/installer",
    "version": "0.5.0",
    "description": "SlimIO Agent and Addons installer",
    "main": "index.js",
    "scripts": {
        "start": "node index.js",
        "prepublishOnly": "pkg-ok",
        "doc": "jsdoc -c ./jsdoc.json -r -R ./README.md -P ./package.json --verbose",
        "test": "cross-env psp && jest --coverage",
        "update-archive": "node scripts/updateArchives.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/SlimIO/agent-test-pack.git"
    },
    "keywords": [
        "SlimIO",
        "agent",
        "test"
    ],
    "files": [
        "index.js",
        "index.d.ts",
        "src",
        "archive"
    ],
    "author": "SlimIO",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/SlimIO/agent-test-pack/issues"
    },
    "jest": {
        "collectCoverageFrom": [
            "index.js",
            "**/src/**/*.js"
        ],
        "setupFilesAfterEnv": [
            "./jest.setup.js"
        ],
        "testEnvironment": "node",
        "testMatch": [
            "**/test/**/*.js"
        ],
        "testPathIgnorePatterns": [
            "/node_modules/",
            "/test/fixtures/"
        ]
    },
    "homepage": "https://github.com/SlimIO/agent-test-pack#readme",
    "dependencies": {
        "@slimio/github": "^0.5.0",
        "@slimio/gitlab": "^1.0.0",
        "@slimio/manifest": "^0.9.1",
        "@slimio/registry-sdk": "^0.3.0",
        "tar-fs": "^2.0.1"
    },
    "devDependencies": {
        "@commitlint/cli": "^8.3.5",
        "@commitlint/config-conventional": "^8.3.4",
        "@escommunity/minami": "^1.0.0",
        "@slimio/eslint-config": "^4.0.0",
        "@slimio/psp": "^0.11.0",
        "@slimio/tcp-sdk": "^0.4.6",
        "@types/node": "^13.11.1",
        "cross-env": "^7.0.2",
        "eslint": "^6.8.0",
        "husky": "^4.2.5",
        "jest": "^25.3.0",
        "jsdoc": "^3.6.4",
        "pkg-ok": "^2.3.1",
        "treekill": "^1.0.0"
    },
    "engines": {
        "node": ">=12"
    },
    "husky": {
        "hooks": {
            "pre-push": "cross-env eslint index.js && npm test",
            "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
        }
    },
    "nyc": {
        "check-coverage": true,
        "per-file": false,
        "lines": 98,
        "statements": 98,
        "functions": 98,
        "branches": 90
    }
}
