{
    "version": "2.0.1",
    "files": [
        "lib",
        "tsp",
        "dist",
        "dist/index.js",
        "dist/index.d.ts"
    ],
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "name": "@masx200/tsp-lib-test-data",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://gitee.com/masx200/tsp-lib-test-data"
    },
    "type": "module",
    "author": "masx200 <34191203+masx200@users.noreply.github.com>",
    "license": "MIT",
    "description": "MP-TESTDATA - The TSPLIB Symmetric Traveling Salesman Problem Instances",
    "scripts": {
        "prepare-data": "npm run tsp2json ",
        "tsp2json": "npx esmo  ./bin/cli.ts --inputdir=tsp --outputdir=lib --emptyoutdir=true --max-scale=10000",
        "test": "vitest run",
        "check": "tsc --noEmit",
        "build": " npm run prepare-data  && vite build",
        "format": "prettier --write *.json *.ts   */*.ts  *.md *.cjs "
    },
    "keywords": [],
    "bugs": {
        "url": "https://gitee.com/masx200/Sparse-2d-Matrix/issues"
    },
    "homepage": "https://gitee.com/masx200/Sparse-2d-Matrix#readme",
    "packageManager": "yarn@3.2.0",
    "devDependencies": {
        "@babel/core": "^7.17.10",
        "@babel/generator": "^7.17.10",
        "@babel/plugin-syntax-typescript": "^7.17.10",
        "@babel/preset-typescript": "^7.16.7",
        "@masx200/mini-cli-args-parser": "^1.0.5",
        "@rollup/plugin-babel": "^5.3.1",
        "@types/core-js": "^2.5.5",
        "@types/find": "^0.2.1",
        "@types/fs-extra": "^9.0.13",
        "@types/html-minifier-terser": "^7.0.0",
        "vitest": "0.22.1",
        "@types/lodash": "^4.14.179",
        "@types/lodash-es": "^4.17.6",
        "@types/node": "^18.7.12",
        "babel-plugin-clean-code": "^0.0.3",
        "core-js": "^3.21.1",
        "find": "^0.3.0",
        "fs-extra": "^10.1.0",
        "lodash": "^4.17.21",
        "lodash-es": "^4.17.21",
        "rollup": "^2.70.1",
        "rollup-plugin-terser": "^7.0.2",
        "terser": "^5.15.0",
        "prettier": "^2.6.0",
        "rollup-plugin-ts": "^3.0.2",
        "tslib": "^2.0.1",
        "typescript": "^4.6.2",
        "vite": "^3.0.9",
        "esmo": "^0.16.3"
    },
    "dependencies": {},
    "resolutions": {
        "terser": "^5.15.0"
    }
}