custom-labels 0.4.6

Custom labels for profilers
Documentation
{
    "name": "@polarsignals/custom-labels",
    "version": "0.3.9",
    "description": "test",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "install": "node build.js",
        "prepare": "cp -R ../src native"
    },
    "author": "",
    "license": "Apache-2.0",
    "gypfile": true,
    "type": "cjs",
    "files": [
        "*.c",
        "*.cpp",
        "*.h",
        "*.js",
        "*.ts",
        "native/*.h",
        "native/*.c",
        "native/*.cpp",
        "binding.gyp",
        "build.js"
    ],
    "dependencies": {
        "bindings": "^1.5.0",
        "node-gyp": "^11.2.0"
    },
    "devDependencies": {
        "@types/node": "^24.7.2",
        "typescript": "^5.9.3"
    }
}