{
    "name": "@clobbr/api",
    "version": "1.17.0",
    "description": "Clobbr API",
    "main": "dist/index.js",
    "scripts": {
        "build": "tsc --outDir dist",
        "test": "ava",
        "test:watch": "ava --watch"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/parsecph/clobbr/blob/master/packages/api"
    },
    "author": "Dan Mindru <hey@danmindru.dev>",
    "license": "MIT",
    "dependencies": {
        "@faker-js/faker": "^9.3.0",
        "@vercel/ncc": "^0.38.3",
        "axios": "^0.29.0",
        "is-absolute-url": "^3.0.3",
        "object-sizeof": "^2.6.5"
    },
    "devDependencies": {
        "@types/node": "^22.10.2",
        "ava": "^3.15.0",
        "ts-node": "^10.9.2",
        "typescript": "^5.7.2"
    },
    "ava": {
        "files": [
            "test/**/*.test.ts"
        ],
        "extensions": [
            "ts"
        ],
        "require": [
            "ts-node/register"
        ]
    },
    "gitHead": "e1bcaac8f38aac17af865a7292ae6b7c43416127"
}
