{
    "name": "utils_common",
    "version": "1.1.28",
    "description": "Biblioteca de auxilio Utils",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "test": "mocha --require ts-node/register tests/**/*.test.ts",
        "tsc": "tsc"
    },
    "author": "Daniel Defante Batista Secchi",
    "license": "ISC",
    "dependencies": {
        "@types/node": "^11.11.6",
        "moment": "^2.24.0",
        "rxjs": "~6.5.1"
    },
    "devDependencies": {
        "@types/chai": "^4.1.7",
        "@types/mocha": "^5.2.6",
        "chai": "^4.2.0",
        "mocha": "^6.0.2",
        "ts-node": "^8.0.3",
        "typescript": "^3.3.4000"
    }
}