{
  "name": "awesome-code-frame",
  "version": "1.1.0",
  "description": "Fork of @babel/code-frame with modern dependencies and exports",
  "author": "Gustaf Räntilä",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/grantila/awesome-code-frame/issues"
  },
  "homepage": "https://github.com/grantila/awesome-code-frame#readme",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "engines": {
    "node": "^14.13.1 || >=16.0.0"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.prod.json",
    "test": "FORCE_COLOR=1 NODE_OPTIONS=--experimental-vm-modules jest",
    "cz": "git-cz"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grantila/awesome-code-frame"
  },
  "keywords": [
    "code",
    "frame",
    "babel",
    "awesome"
  ],
  "devDependencies": {
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@types/babel__helper-validator-identifier": "^7.15.0",
    "@types/charcodes": "^0.2.0",
    "@types/jest": "^27.5.2",
    "cz-conventional-changelog": "^3.3.0",
    "jest": "^29.4.1",
    "rimraf": "^4.1.2",
    "strip-ansi": "^7.0.1",
    "ts-jest-resolver": "^2.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@babel/helper-validator-identifier": "^7.19.1",
    "chalk": "^5.2.0",
    "charcodes": "^0.2.0",
    "js-tokens": "^8.0.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "packageManager": "yarn@3.2.4"
}
