{
    "private": false,
    "name": "vmap-kit",
    "version": "1.0.18",
    "description": "VMAP Parser, JwPlayer and VideoJs plugin.",
    "keywords": [
        "vmap",
        "vast",
        "videojs",
        "jwplayer",
        "ads"
    ],
    "main": "dist/index.umd.js",
    "module": "dist/index.js",
    "migration": "dist/show.js",
    "typings": "dist/types/vmap.d.ts",
    "files": [
        "dist"
    ],
    "author": "Ehsan <zerob4wl@gmail.com>",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/clickyab/vmap.git"
    },
    "bugs": {
        "url": "https://github.com/clickyab/vmap/issues"
    },
    "homepage": "https://github.com/clickyab/vmap#readme",
    "license": "MIT",
    "engines": {
        "node": ">=6.0.0"
    },
    "scripts": {
        "lint": "tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
        "prebuild": "rimraf dist",
        "build": "tsc && rollup -c rollup.config.ts",
        "start": "tsc -w & rollup -c rollup.config.ts -w",
        "test": "jest",
        "test:watch": "jest --watch",
        "test:prod": "npm run lint && npm run test -- --coverage --no-cache",
        "deploy-docs": "ts-node tools/gh-pages-publish",
        "report-coverage": "cat ./coverage/lcov.info | coveralls",
        "commit": "git-cz",
        "semantic-release": "semantic-release pre && npm publish && semantic-release post",
        "semantic-release-prepare": "ts-node tools/semantic-release-prepare"
    },
    "lint-staged": {
        "{src,test}/**/*.ts": [
            "prettier --write --no-semi --single-quote",
            "git add"
        ]
    },
    "config": {
        "commitizen": {
            "path": "node_modules/cz-conventional-changelog"
        },
        "validate-commit-msg": {
            "types": "conventional-commit-types",
            "helpMessage": "Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"
        }
    },
    "jest": {
        "transform": {
            ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
        },
        "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
        "moduleFileExtensions": [
            "ts",
            "tsx",
            "js"
        ],
        "coveragePathIgnorePatterns": [
            "/node_modules/",
            "/test/"
        ],
        "coverageThreshold": {
            "global": {
                "branches": 90,
                "functions": 95,
                "lines": 95,
                "statements": 95
            }
        },
        "collectCoverage": true,
        "mapCoverage": true
    },
    "devDependencies": {
        "@types/jest": "^21.1.10",
        "@types/node": "^8.9.5",
        "colors": "^1.2.1",
        "commitizen": "^2.9.6",
        "coveralls": "^3.0.0",
        "cross-env": "^5.1.4",
        "cz-conventional-changelog": "^2.0.0",
        "husky": "^0.14.0",
        "jest": "^21.0.0",
        "lint-staged": "^5.0.0",
        "lodash.camelcase": "^4.3.0",
        "prettier": "^1.11.1",
        "prompt": "^1.0.0",
        "replace-in-file": "^3.2.0",
        "rimraf": "^2.6.1",
        "rollup": "^0.51.8",
        "rollup-plugin-commonjs": "^8.4.1",
        "rollup-plugin-node-resolve": "^3.2.0",
        "rollup-plugin-sourcemaps": "^0.4.2",
        "semantic-release": "15.0.3",
        "ts-jest": "^21.2.4",
        "ts-node": "^3.0.6",
        "tslint": "^5.9.1",
        "tslint-config-prettier": "^1.10.0",
        "tslint-config-standard": "^7.0.0",
        "typedoc": "^0.9.0",
        "typescript": "^2.7.2",
        "validate-commit-msg": "^2.12.2"
    },
    "dependencies": {
        "@types/xml-js": "^1.0.0",
        "fingerprintjs2": "^1.6.1",
        "ntypescript": "1.201706190042.1",
        "rollup-plugin-uglify": "^2.0.1",
        "uglify-es": "^3.3.10",
        "video.js": "^6.7.4",
        "xml-js": "^1.6.2"
    }
}
