UNPKG

@axway/amplify-config

Version:

Configuration helper for the Axway CLI.

43 lines (42 loc) 1.14 kB
{ "name": "@axway/amplify-config", "version": "5.0.5", "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.0.5", "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": "a016ca80d4968586a0419fb348382573ba1c32e2" }