{
    "name": "@smwcentral/bps",
    "type": "module",
    "version": "1.0.1",
    "description": "Library for patching BPS files, focusing on games supported by SMW Central",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc && bash fix_d_ts.sh && esbuild src/index.ts --bundle --platform=neutral --sourcemap --outdir=dist",
        "check": "biome check --write",
        "workflow:check": "biome check",
        "test": "node --test"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/telinc1/smwcentral-bps.git"
    },
    "files": [
        "dist/**/*"
    ],
    "keywords": [
        "patch",
        "patching",
        "bps"
    ],
    "author": "Alcaro, randomdude999, Telinc1, CircleFriendo",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/telinc1/smwcentral-bps/issues"
    },
    "homepage": "https://github.com/telinc1/smwcentral-bps#readme",
    "devDependencies": {
        "@biomejs/biome": "2.3.4",
        "@total-typescript/tsconfig": "1.0.4",
        "esbuild": "0.26.0",
        "typescript": "5.9.3"
    }
}
