{
  "name": "@atlaspack/packager-wasm",
  "version": "2.14.64",
  "license": "(MIT OR Apache-2.0)",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atlassian-labs/atlaspack.git"
  },
  "main": "./lib/WasmPackager.js",
  "source": "./src/WasmPackager.ts",
  "types": "./lib/types/WasmPackager.d.ts",
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "@atlaspack/plugin": "2.14.64"
  },
  "type": "commonjs",
  "scripts": {
    "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
  }
}