{
    "name": "@andes/match",
    "version": "1.1.12",
    "description": "Algoritmos de matcheo para MPI",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "scripts": {
        "run": "ts-node ./index.ts",
        "prepublish": "tsc -p ./ --outDir dist/"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/andes/match.git"
    },
    "keywords": [
        "match",
        "MPI"
    ],
    "author": "UNCOMA - ANDES TEAM",
    "license": "GPL-3.0",
    "bugs": {
        "url": "https://github.com/andes/match/issues"
    },
    "homepage": "https://github.com/andes/match#readme",
    "dependencies": {
        "debug": "^3.0.0",
        "jaro-winkler": "^0.2.8"
    }
}
