{
  "name": "@atlaspack/transformer-toml",
  "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/TOMLTransformer.js",
  "source": "./src/TOMLTransformer.ts",
  "types": "./lib/types/TOMLTransformer.d.ts",
  "engines": {
    "node": ">= 16.0.0"
  },
  "dependencies": {
    "@iarna/toml": "^2.2.3",
    "@atlaspack/plugin": "2.14.64"
  },
  "type": "commonjs",
  "scripts": {
    "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
  }
}