{
    "name": "zipari-cx",
    "version": "3.1.3",
    "description": "Zipari CX library",
    "main": "dist/index",
    "types": "index.d.ts",
    "scripts": {
        "clean": "rm -rf dist",
        "test": "mocha test/*.spec.ts",
        "test-cov": "nyc mocha test/*.spec.ts",
        "lint": "tslint -c tslint.json 'src/**/*.ts' --project tsconfig.json",
        "docs": "typedoc --out documentation/generated src",
        "build": "tsc --p tsconfig.json;typedoc",
        "buildAndPublish": "tsc --p tsconfig.json; npm publish;"
    },
    "repository": {
        "type": "git",
        "url": "git@gitlab.zipari.net:ng2/zipari-cx.git"
    },
    "files": [
        "dist",
        "node_modules"
    ],
    "keywords": [
        "CX",
        "analytics",
        "Zipari"
    ],
    "author": "Matthew Newman",
    "license": "ISC",
    "dependencies": {
        "axios": "^0.18.0"
    },
    "devDependencies": {
        "typescript": "^3.4.2",
        "typedoc": "0.14.2"
    }
}
