{ "name": "@fmode/amazon-sp-api", "version": "1.0.0", "description": "Amazon Selling Partner API 模块", "type": "module", "main": "src/mod.ts", "exports": { ".": "./src/mod.ts", "./client": "./src/client.ts", "./types": "./src/types.ts", "./api/customerFeedback": "./src/api/customerFeedback.ts" }, "scripts": { "test": "echo \"No tests yet\"", "dev": "tsx src/dev-server.ts" }, "keywords": [ "amazon", "sp-api", "fmode" ], "author": "fmode team", "license": "MIT", "dependencies": { "@types/parse": "^3.0.9", "axios": "^1.6.0", "express": "^4.18.2", "parse": "^8.1.0" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^20.0.0", "esbuild": "^0.19.0", "tsx": "^4.21.0" } }