{
  "name": "@jsii/check-node",
  "version": "1.93.0",
  "description": "Checks for supported node versions",
  "license": "Apache-2.0",
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com"
  },
  "homepage": "https://github.com/aws/jsii",
  "bugs": {
    "url": "https://github.com/aws/jsii/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aws/jsii.git",
    "directory": "packages/@jsii/check-node"
  },
  "engines": {
    "node": ">= 14.17.0"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js",
    "./package.json": "./package.json",
    "./run": "./lib/run.js"
  },
  "scripts": {
    "build": "tsc --build && npm run lint",
    "watch": "tsc --build -w",
    "lint": "eslint . --ext .js,.ts --ignore-path=.gitignore",
    "lint:fix": "yarn lint --fix",
    "test": "jest",
    "test:update": "jest -u",
    "package": "package-js"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "semver": "^7.5.4"
  }
}