{
    "name": "@abip/sp-common",
    "version": "0.5.4",
    "description": "",
    "main": "./dist/index",
    "types": "./dist/index",
    "author": {
        "name": "Peter Placzek",
        "email": "contact@tada5hi.net",
        "url": "https://github.com/tada5hi"
    },
    "scripts": {
        "build": "rimraf ./dist && tsc -p tsconfig.build.json",
        "build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Tada5hi/abip-scp.git"
    },
    "bugs": {
        "url": "https://github.com/Tada5hi/abip-scp/issues"
    },
    "homepage": "https://github.com/Tada5hi/abip-scp#readme",
    "devDependencies": {
        "@authup/common": "^0.17.0",
        "@hapic/oauth2": "^1.2.1",
        "@types/lodash": "^4.14.191",
        "hapic": "^1.2.1",
        "rapiq": "^0.8.0",
        "rimraf": "^4.4.0"
    },
    "dependencies": {
        "date-fns": "^2.29.3",
        "lodash.template": "^4.5.0",
        "nanoid": "^3.3.4"
    },
    "peerDependencies": {
        "@authup/common": "^0.x",
        "@hapic/oauth2": "^1.x",
        "hapic": "^1.x",
        "rapiq": "^0.x"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "ec529c0c9ebaa2d11edafcce7f1baea1cdcdaa25"
}
