{
	"name": "@ctx-core/etsy",
	"version": "3.0.19",
	"description": "@ctx-core etsf functions",
	"keywords": [
		"ctx-core",
		"etsy",
		"api"
	],
	"homepage": "https://github.com/ctx-core/etsy#readme",
	"bugs": {
		"url": "https://github.com/ctx-core/etsy/issues"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/ctx-core/etsy/issues"
	},
	"license": "Apache-2.0",
	"author": "Brian Takita",
	"main": "./index.js",
	"module": "./index.js",
	"types": "./index.ts",
	"scripts": {
		"build": "npm run compile",
		"exec": "$@"
	},
	"dependencies": {
		"@ctx-core/currency": "^7.0.25"
	},
	"devDependencies": {
		"typescript": "^4.2.3"
	},
	"publishConfig": {
		"access": "public",
		"cache": "~/.npm"
	}
}
