{
	"name": "@titanium/please",
	"version": "1.0.54",
	"description": "⭐  Axway Amplify module for REST API calls using Appcelerator Titanium SDK",
	"keywords": [
		"rest",
		"reste",
		"http",
		"https",
		"please",
		"request",
		"titanium",
		"mobile",
		"axway",
		"turbo",
		"ios",
		"android",
		"native",
		"axwaydev",
		"appcelerator",
		"sdk",
		"plugin",
		"amplify",
		"api-builder",
		"appcelerator-titanium",
		"titanium-sdk",
		"titanium-mobile",
		"titanium-module",
		"axway-sdk",
		"axway-amplify",
		"brenton-house"
	],
	"author": {
		"name": "Brenton House",
		"url": "https://brenton.house"
	},
	"homepage": "https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de",
	"maintainers": [
		{
			"name": "Brenton House",
			"url": "https://brenton.house"
		}
	],
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "github:mobilehero-archive/titanium-please"
	},
	"dependencies": {
		"@titanium/errors": "1.0.46"
	},
	"devDependencies": {
		"@titanium/eslint-config": "1.0.49",
		"eslint": "^8.13.0",
		"eslint-plugin-import": "^2.26.0",
		"eslint-plugin-jsdoc": "^39.1.0",
		"eslint-plugin-jsonc": "^2.2.1",
		"eslint-plugin-promise": "^6.0.0",
		"lodash": "^4.17.21"
	},
	"peerDependencies": {
		"@titanium/errors": "latest",
		"@geek/logger": "^1.0.17"
	},
	"main": "./Please.js",
	"scripts": {
		"lint": "eslint . --fix",
		"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
		"prep": "npm install --ignore-scripts",
		"test": "npm run prep",
		"prepublishOnly": "git pull && npm test && bump insane",
		"prepublishOnly2": "git pull && npm test && npm audit fix && bump insane"
	}
}
