{
    "name": "@katana-project/asm",
    "version": "0.25.4",
    "type": "module",
    "author": "katana-project",
    "license": "MIT",
    "description": "Modern age Java bytecode manipulation library for the JS ecosystem.",
    "keywords": [
        "java",
        "bytecode",
        "reader",
        "writer"
    ],
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js"
        },
        "./*": {
            "types": "./dist/*.d.ts",
            "import": "./dist/*.js"
        },
        "./analysis/*": {
            "types": "./dist/analysis/*.d.ts",
            "import": "./dist/analysis/*.js"
        },
        "./attr": {
            "types": "./dist/attr/index.d.ts",
            "import": "./dist/attr/index.js"
        },
        "./attr/*": {
            "types": "./dist/attr/*.d.ts",
            "import": "./dist/attr/*.js"
        },
        "./insn": {
            "types": "./dist/insn/index.d.ts",
            "import": "./dist/insn/index.js"
        },
        "./insn/*": {
            "types": "./dist/insn/*.d.ts",
            "import": "./dist/insn/*.js"
        },
        "./spec": {
            "types": "./dist/spec/index.d.ts",
            "import": "./dist/spec/index.js"
        },
        "./spec/*": {
            "types": "./dist/spec/*.d.ts",
            "import": "./dist/spec/*.js"
        }
    },
    "files": [
        "./dist/**/*",
        "package.json",
        "README.md",
        "LICENSE"
    ],
    "scripts": {
        "build": "tsc --project tsconfig.build.json",
        "test": "mocha",
        "format": "prettier . --write"
    },
    "devDependencies": {
        "@types/chai": "^5.2.3",
        "@types/mocha": "^10.0.10",
        "@types/node": "^25.0.3",
        "chai": "^6.2.2",
        "mocha": "^11.7.5",
        "prettier": "^3.7.4",
        "prettier-plugin-organize-imports": "^4.3.0",
        "tsx": "^4.21.0",
        "typescript": "^5.9.3"
    },
    "packageManager": "pnpm@10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda6"
}
