{
  "name": "@axway/amplify-config",
  "version": "5.1.0",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "description": "Configuration helper for the Axway CLI.",
  "author": "Axway, Inc. <npmjs@appcelerator.com>",
  "maintainers": [
    "Ewan Harris <eharris@axway.com>",
    "Chris Barber <cbarber@axway.com>"
  ],
  "license": "Apache-2.0",
  "keywords": [
    "axway",
    "amplify"
  ],
  "exports": "./dist/index.js",
  "scripts": {
    "build": "gulp build",
    "coverage": "gulp coverage",
    "docs": "gulp docs",
    "test": "gulp test"
  },
  "dependencies": {
    "@axway/amplify-utils": "^2.1.0",
    "config-kit": "^2.1.0",
    "fs-extra": "^10.1.0",
    "source-map-support": "^0.5.21"
  },
  "devDependencies": {
    "@axway/gulp-tasks": "^5.0.1"
  },
  "homepage": "https://github.com/appcelerator/amplify-tooling#readme",
  "bugs": "https://github.com/appcelerator/amplify-tooling/issues",
  "repository": "https://github.com/appcelerator/amplify-tooling/tree/master/packages/amplify-config",
  "engines": {
    "node": ">=20.18.2"
  },
  "gitHead": "78a7d2b93b34062d49aaaed9c6c2124142e1c438"
}
