{
	"name": "@lorenstuff/amazon-selling-partner-api",
	"version": "4.0.4",
	"description": "A package for interacting with the Amazon Selling Partner API.",
	"author": "Loren Goodwin",
	"license": "MIT",
	"type": "module",
	"main": "./build/index.js",
	"dependencies": {
		"@types/node": "^24.0.3"
	},
	"devDependencies": {
		"@lorenstuff/typescript-config": "^2.0.0",
		"rimraf": "^6.0.1",
		"typescript": "^5.8.3"
	},
	"scripts": {
		"build": "npx rimraf build && npx tsc",
		"prepublishOnly": "npm run build"
	}
}
