{
  "name": "@acomsys/dash-utils",
  "version": "0.0.17",
  "description": "A set of utilities used by the acomsys dash project.",
  "scripts": {
    "test": "npm run ntest && npm run gtest",
    "ntest": "vitest run",
    "gtest": "npm run prebuild && (cd build && ctest)",
    "coverage": "vitest run --coverage",
    "build": "npm run prebuild && npm run build:ts",
    "build:ts": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "prepublish": "npm run build:ts",
    "install": "prebuild-install --backend cmake-js --runtime napi || npm run build",
    "prebuild": "prebuild --backend cmake-js --runtime napi --all --strip --verbose",
    "upload": "prebuild --backend cmake-js --runtime napi --all --strip --verbose --upload-all ${GITHUB_TOKEN}"
  },
  "author": "Bangonkali <bangonkali@gmail.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "bindings": "^1.5.0",
    "cmake-js": "^6.3.2",
    "node-addon-api": "^5.0.0",
    "prebuild-install": "^7.1.1"
  },
  "devDependencies": {
    "prebuild": "^11.0.4",
    "typescript": "^4.7.4",
    "vite": "^3.0.8",
    "vitest": "^0.22.1"
  },
  "binary": {
    "napi_versions": [
      8
    ]
  },
  "main": "dist/lib/cjs/index.js",
  "module": "dist/lib/esm/index.js",
  "files": [
    "tsconfig-cjs.json",
    "vite.config.ts",
    "CMakeLists.txt",
    "tsconfig.json",
    ".node-version",
    ".npmrc",
    "/dist",
    "/src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/acomsys/dash-utils.git"
  },
  "bugs": {
    "url": "https://github.com/acomsys/dash-utils/issues"
  },
  "keywords": [
    "dash-utils",
    "tree",
    "manipulation",
    "mutation",
    "flatten"
  ],
  "homepage": "https://github.com/acomsys/dash-utils#readme"
}
