{
    "name": "@btc-vision/bsi-common",
    "type": "module",
    "version": "1.2.1",
    "description": "Common library for OP_NET.",
    "main": "build/index.js",
    "types": "build/index.d.ts",
    "typings": "build/index.d.ts",
    "engines": {
        "node": ">=16.0.0"
    },
    "exports": {
        ".": {
            "import": "./build/index.js",
            "require": "./build/index.js",
            "types": "./build/index.d.ts"
        }
    },
    "homepage": "https://opnet.org",
    "keywords": [
        "opnet",
        "op_net",
        "opnet common",
        "bsi",
        "bsi-binary",
        "bsi-bitcoin-rpc",
        "bitcoin",
        "btc",
        "bitcoin smart contracts",
        "smart inscriptions",
        "ordinals"
    ],
    "scripts": {
        "watch": "tsc --watch",
        "start": "cd build && node index",
        "build": "eslint src && tsc",
        "test": "jest --runInBand",
        "setup": "npm i && npm run build"
    },
    "publishConfig": {
        "access": "public",
        "tag": "latest"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/btc-vision/bsi-common.git"
    },
    "author": "BlobMaster41",
    "license": "LICENSE.MD",
    "devDependencies": {
        "@babel/preset-env": "^7.28.5",
        "@babel/preset-react": "^7.28.5",
        "@babel/preset-typescript": "^7.28.5",
        "@jest/types": "^30.2.0",
        "@types/jest": "^30.0.0",
        "@types/node": "^24.10.1",
        "eslint": "^9.39.1",
        "jest": "^30.2.0",
        "prettier": "^3.6.2",
        "ts-jest": "^29.4.5",
        "typescript": "^5.9.3",
        "typescript-eslint": "^8.47.0"
    },
    "dependencies": {
        "@btc-vision/logger": "^1.0.8",
        "@eslint/js": "^9.39.1",
        "babel-plugin-transform-import-meta": "^2.3.3",
        "mongodb": "^7.0.0",
        "toml": "^3.0.0",
        "ts-node": "^10.9.2"
    }
}
