{
    "name": "low-level",
    "version": "1.2.5",
    "module": "./dist/esm/index.js",
    "main": "./dist/cjs/index.js",
    "types": "./dist/types/index.d.ts",
    "scripts": {
        "test": "bun test",
        "build": "bun run build:esm && bun run build:cjs && bun run build:types",
        "build:esm": "rm -rf dist/esm && tsc -p tsconfig.esm.json",
        "build:cjs": "rm -rf dist/cjs && tsc -p tsconfig.cjs.json",
        "build:types": "rm -rf dist/types && tsc -p tsconfig.types.json",
        "release": "bun run build && bun run test && bun publish"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/LeiCraftMC/Low-Level-JS"
    },
    "author": "LeiCraft_",
    "publisher": "LeiCraft_MC",
    "license": "AGPL-3.0-only",
    "bugs": {
        "url": "https://github.com/LeiCraftMC/Low-Level-JS/issues"
    },
    "keywords": [
        "JavaScript",
        "TypeScript",
        "Low-Level",
        "Binary"
    ],
    "homepage": "https://github.com/LeiCraftMC/Low-Level-JS#readme",
    "devDependencies": {
        "bun": "^1.2.5",
        "@types/bun": "^1.2.5",
        "typescript": "^5.6.3",
        "@types/node": "^22.7.3"
    }
}
