{
    "name": "@guless/diagnostics",
    "version": "1.0.2",
    "description": "Guless Diagnostics",
    "main": "./src/main.js",
    "type": "module",
    "types": "./src/main.d.ts",
    "exports": {
        ".": "./src/main.js",
        "./*": "./src/*.js"
    },
    "typesVersions": {
        ">=3.1": {
            "*": [
                "./*",
                "./src/*"
            ]
        }
    },
    "author": "Samlv9 <samlv9@live.com>",
    "homepage": "https://developers.guless.com/diagnostics",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/guless/diagnostics.git"
    },
    "scripts": {
        "clean": "rimraf src/**/*.js src/**/*.d.ts coverage/ *.tgz",
        "test": "jest",
        "build": "tsc -p src/ --declaration",
        "release": "npm run clean && npm run build && npm version patch && npm publish --access=public"
    },
    "devDependencies": {
        "@types/jest": "^26.0.22",
        "jest": "^26.6.3",
        "rimraf": "^3.0.2",
        "ts-jest": "^26.5.4",
        "ts-node": "^9.1.1",
        "typescript": "^4.2.4"
    },
    "dependencies": {
        "tslib": "^2.2.0"
    }
}
