{
  "name": "@atlaspack/codeframe",
  "version": "2.13.46",
  "description": "Blazing fast, zero configuration web application bundler",
  "license": "(MIT OR Apache-2.0)",
  "type": "commonjs",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atlassian-labs/atlaspack.git"
  },
  "main": "./lib/codeframe.js",
  "source": "./src/codeframe.ts",
  "types": "./lib/types/codeframe.d.ts",
  "engines": {
    "node": ">= 16.0.0"
  },
  "targets": {
    "main": {
      "includeNodeModules": {
        "chalk": false
      }
    }
  },
  "dependencies": {
    "@atlaspack/types-internal": "2.25.6",
    "chalk": "^4.1.0",
    "emphasize": "^4.2.0",
    "slice-ansi": "^4.0.0",
    "string-width": "^4.2.0"
  },
  "scripts": {
    "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
  }
}