@voidagency/api-gateway-sdk
Version:
Node.js SDK for the DDEV Update Manager API - A powerful toolkit for managing DDEV instances, executing commands, running SQL queries, and PHP scripts with convenient template literal syntax
49 lines (48 loc) • 1.15 kB
JSON
{
"name": "@voidagency/api-gateway-sdk",
"version": "1.0.3",
"description": "Node.js SDK for the DDEV Update Manager API - A powerful toolkit for managing DDEV instances, executing commands, running SQL queries, and PHP scripts with convenient template literal syntax",
"main": "index.js",
"scripts": {
"test": "node test.js",
"example": "node example.js",
"start": "node example.js",
"prepublishOnly": "npm test"
},
"keywords": [
"ddev",
"drupal",
"api",
"sdk",
"update-manager",
"development",
"docker",
"template-literals",
"php",
"sql",
"drush"
],
"author": "Void Agency",
"license": "ISC",
"dependencies": {
"got": "^11.8.6"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/your-username/drupal-update-manager.git"
},
"bugs": {
"url": "https://github.com/your-username/drupal-update-manager/issues"
},
"homepage": "https://github.com/your-username/drupal-update-manager#readme",
"files": [
"index.js",
"README.md"
],
"publishConfig": {
"access": "public"
}
}