{
    "name": "gtools",
    "version": "0.2.62",
    "description": "Small library including utils methods for easier life",
    "main": "./index.js",
    "module": "./_esm5/index.js",
    "es2015": "./_esm/index.js",
    "esnext": {
        "main": "./_esm5/index.js",
        "browser": "./_esm5/index.js"
    },
    "types": "./index.d.ts",
    "type": "commonjs",
    "sideEffects": false,
    "homepage": "https://g43riko.github.io/GTools",
    "keywords": [
        "tools",
        "utils",
        "typescript",
        "javascript"
    ],
    "private": false,
    "repository": {
        "type": "git",
        "url": "https://github.com/G43riko/GTools.git"
    },
    "bugs": {
        "email": "gcsollei@hotmail.com",
        "url": "https://github.com/G43riko/GTools/issues"
    },
    "author": {
        "email": "gcsollei@hotmail.com",
        "name": "Gabriel Csollei"
    },
    "browser": {
        "http": false,
        "https": false,
        "net": false,
        "fs": false,
        "path": false,
        "stream": false,
        "tls": false
    },
    "license": "ISC",
    "devDependencies": {
        "@types/chai": "^4.2.21",
        "@types/mocha": "^9.0.0",
        "@types/node": "^16.7.1",
        "@typescript-eslint/eslint-plugin": "^4.29.3",
        "@typescript-eslint/parser": "^4.29.3",
        "awesome-typescript-loader": "^5.2.1",
        "chai": "^4.3.4",
        "codelyzer": "^6.0.2",
        "copy": "^0.3.2",
        "coveralls": "^3.1.1",
        "eslint": "^7.32.0",
        "eslint-plugin-import": "^2.24.2",
        "eslint-plugin-jsdoc": "^36.0.8",
        "eslint-plugin-prefer-arrow": "^1.2.3",
        "eslint-plugin-rxjs": "^3.3.6",
        "eslint-plugin-sonarjs": "^0.10.0",
        "mocha": "^9.1.0",
        "mocha-lcov-reporter": "^1.3.0",
        "nyc": "^15.1.0",
        "sonarjs": "^1.0.0",
        "terser-webpack-plugin": "^5.1.4",
        "ts-node": "^10.2.1",
        "tslint": "^6.1.3",
        "tslint-clean-code": "^0.2.10",
        "tslint-consistent-codestyle": "^1.16.0",
        "tslint-sonarts": "^1.9.0",
        "typedoc": "^0.21.6",
        "ts-loader": "^9.2.5",
        "ts-mocha": "^8.0.0",
        "typescript": "4.2.4",
        "rimraf": "^3.0.2",
        "webpack": "^5.51.1",
        "webpack-cli": "^4.8.0"
    },
    "dependencies": {
        "glob": "^7.1.7",
        "moment": "^2.29.1",
        "tslib": "^2.3.1"
    }
}