{
    "name": "@btc-vision/bsi-common",
    "type": "module",
    "version": "1.1.0",
    "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": "gulp watch",
        "start": "cd build && node index",
        "build": "gulp",
        "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.26.9",
        "@babel/preset-react": "^7.26.3",
        "@babel/preset-typescript": "^7.27.0",
        "@types/node": "^22.15.2",
        "eslint": "^9.25.1",
        "jest": "^29.7.0",
        "@jest/types": "^29.6.3",
        "@types/jest": "^29.5.14",
        "ts-jest": "^29.3.2",
        "prettier": "3.5.3",
        "typescript": "^5.8.3",
        "typescript-eslint": "^8.31.0"
    },
    "dependencies": {
        "@eslint/js": "^9.25.1",
        "@btc-vision/logger": "^1.0.6",
        "babel-plugin-transform-import-meta": "^2.3.2",
        "gulp": "^5.0.0",
        "gulp-cached": "^1.1.1",
        "gulp-clean": "^0.4.0",
        "gulp-eslint-new": "^2.4.0",
        "gulp-logger": "^0.0.2",
        "gulp-typescript": "^6.0.0-alpha.1",
        "mongodb": "^6.16.0",
        "node-cache": "^5.1.2",
        "toml": "^3.0.0",
        "ts-node": "^10.9.2"
    }
}
