{
    "name": "@pantherx.dev/common",
    "version": "0.8.0",
    "description": "Commonly used snippets",
    "author": "Franz Geffke <franz@pantherx.org>",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://git.pantherx.org/development/server-application/px-central-management-identity-v2.git"
    },
    "scripts": {
        "prebuild": "rimraf dist",
        "tsc": "npm run build",
        "build": "tsc -p tsconfig.json"
    },
    "dependencies": {
        "@sqltools/formatter": "^1.2.3",
        "class-transformer": "^0.5.1",
        "class-validator": "^0.13.2",
        "reflect-metadata": "^0.1.13",
        "rimraf": "^3.0.2",
        "tslib": "2.3.1",
        "typeorm": "^0.3.10",
        "universal-base64url": "^1.1.0"
    },
    "devDependencies": {
        "typescript": "^4.8.4"
    },
    "main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "files": [
        "dist/*"
    ],
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "5bdc6e3983db97312f045be905c204908fdd900d"
}
