{
  "name": "cmake-toolchains",
  "version": "1.13.0",
  "description": "Clang-based CMake toolchain definitions for easy cross compilation",
  "exports": {
    ".": "./index.js",
    "./package": "./package.json"
  },
  "imports": {
    "fs": {
      "bare": "bare-fs",
      "default": "fs"
    },
    "path": {
      "bare": "bare-path",
      "default": "path"
    }
  },
  "files": [
    "index.js",
    "*.cmake",
    "android",
    "apple",
    "linux",
    "win32"
  ],
  "assets": [
    "*.cmake",
    "android",
    "apple",
    "linux",
    "win32"
  ],
  "scripts": {
    "format": "prettier --write . && lunte --fix",
    "lint": "prettier --check . && lunte",
    "test": "npm run test:bare && npm run test:node",
    "test:bare": "brittle-bare --coverage test.js",
    "test:node": "brittle-node --coverage test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/cmake-toolchains.git"
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/cmake-toolchains/issues"
  },
  "homepage": "https://github.com/holepunchto/cmake-toolchains#readme",
  "dependencies": {
    "require-asset": "^1.0.2"
  },
  "devDependencies": {
    "bare-fs": "^4.4.4",
    "bare-path": "^3.0.0",
    "brittle": "^3.7.0",
    "cmake-runtime": "^4.1.1",
    "lunte": "^1.8.0",
    "newline-decoder": "^1.0.2",
    "ninja-runtime": "^1.13.1",
    "prettier": "^3.4.2",
    "prettier-config-holepunch": "^2.0.0",
    "which-runtime": "^1.3.2"
  }
}
