{
  "name": "@atlaspack/core",
  "version": "2.39.1",
  "license": "(MIT OR Apache-2.0)",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atlassian-labs/atlaspack.git"
  },
  "main": "./lib/index.js",
  "source": "./src/index.ts",
  "types": "./lib/types/index.d.ts",
  "engines": {
    "node": ">= 16.0.0"
  },
  "scripts": {
    "test": "mocha",
    "test-ci": "mocha",
    "generate-ts": "tsc --emitDeclarationOnly",
    "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
  },
  "dependencies": {
    "@mischnic/json-sourcemap": "^0.1.0",
    "@atlaspack/build-cache": "2.13.17",
    "@atlaspack/cache": "3.2.59",
    "@atlaspack/diagnostic": "2.14.4",
    "@atlaspack/events": "2.14.4",
    "@atlaspack/feature-flags": "2.31.3",
    "@atlaspack/fs": "2.15.59",
    "@atlaspack/graph": "3.6.26",
    "@atlaspack/logger": "2.14.56",
    "@atlaspack/package-manager": "2.14.64",
    "@atlaspack/plugin": "2.14.64",
    "@atlaspack/profiler": "2.15.25",
    "@atlaspack/rust": "3.30.0",
    "@atlaspack/types": "2.15.54",
    "@atlaspack/utils": "3.4.6",
    "@atlaspack/workers": "2.14.64",
    "@atlaspack/source-map": "3.3.8",
    "base-x": "^3.0.11",
    "browserslist": "^4.6.6",
    "clone": "^2.1.1",
    "dotenv": "^12.0.4",
    "dotenv-expand": "^5.1.0",
    "json5": "^2.2.0",
    "msgpackr": "^1.9.9",
    "nullthrows": "^1.1.1",
    "semver": "^7.5.2"
  },
  "devDependencies": {
    "@atlaspack/babel-register": "2.14.5",
    "@types/node": ">= 18",
    "rfdc": "1",
    "jest-diff": "*",
    "graphviz": "^0.0.9",
    "tempy": "^0.2.1"
  },
  "browser": {
    "./src/serializerCore.js": "./src/serializerCore.browser.js"
  },
  "type": "commonjs"
}