{
  "name": "cpp-utils",
  "description": "Miscellaneous C/C++ compilation/compiler detection utility functions.",
  "version": "3.0.2",
  "author": "Elhanan Flesch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/synthetic-borealis/cpp-utils.js.git"
  },
  "bugs": {
    "url": "https://github.com/synthetic-borealis/cpp-utils.js/issues"
  },
  "license": "MIT",
  "keywords": [
    "C++",
    "C"
  ],
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "files": [
    "lib/",
    "types/",
    "docs/"
  ],
  "scripts": {
    "lint": "eslint src/**/*.{ts,js} __tests__/**/*.{ts,js}",
    "format": "prettier --write src/**/*.{ts,js} __tests__/**/*.{ts,js}",
    "clean": "rimraf ./lib ./types",
    "build": "tsc",
    "docs": "typedoc",
    "test": "jest",
    "coverage": "jest --coverage",
    "prepack": "npm run clean && npm run build",
    "postpack": "npm run clean",
    "prepublish": "in-publish && npm run clean && npm run build || not-in-publish",
    "postpublish": "npm run clean"
  },
  "devDependencies": {
    "@types/jest": "^29.5.4",
    "@types/node": "^18.17.12",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "eslint": "^8.48.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-jest": "^27.2.3",
    "in-publish": "^2.0.1",
    "jest": "^29.6.4",
    "rimraf": "^4.4.1",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typedoc": "^0.25.0",
    "typedoc-plugin-markdown": "^3.16.0",
    "typescript": "^4.9.5"
  }
}
