{
  "name": "cmake-js",
  "description": "CMake.js - a Node.js native addon build tool",
  "license": "MIT",
  "keywords": [
    "native",
    "addon",
    "module",
    "c",
    "c++",
    "bindings",
    "build",
    "buildtools",
    "cmake",
    "nw.js",  
    "electron",
    "boost",
    "nan",
    "napi",
    "node-api",
    "node-addon-api"
  ],
  "main": "lib",
  "version": "7.3.0",
  "author": "Gábor Mező aka unbornchikken",
  "maintainers": [
    {
      "name": "Julian Waller",
      "email": "git@julusian.co.uk",
      "url": "https://github.com/julusian/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/cmake-js/cmake-js.git"
  },
  "bin": {
    "cmake-js": "./bin/cmake-js"
  },
  "engines": {
    "node": ">= 14.15.0"
  },
  "dependencies": {
    "axios": "^1.6.5",
    "debug": "^4",
    "fs-extra": "^11.2.0",
    "lodash.isplainobject": "^4.0.6",
    "memory-stream": "^1.0.0",
    "node-api-headers": "^1.1.0",
    "npmlog": "^6.0.2",
    "rc": "^1.2.7",
    "semver": "^7.5.4",
    "tar": "^6.2.0",
    "url-join": "^4.0.1",
    "which": "^2.0.2",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "mocha": "*",
    "nan": "^2.18.0",
    "node-addon-api": "^6.1.0"
  },
  "scripts": {
    "test": "mocha tests",
    "lint": "eslint lib bin/cmake-js tests"
  },
  "files": [
    "lib",
    "bin",
    "*.md",
    "bindings.js",
    "bindings.d.ts"
  ]
}
