@sp-api-sdk/schemas
Version:
Selling Parner API additional schema types
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "@sp-api-sdk/schemas",
"author": "Bertrand Marron <bertrand@bizon.solutions>",
"description": "Selling Parner API additional schema types",
"version": "1.7.0",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"types": "dist/types/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"directories": {
"lib": "dist"
},
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/bizon/selling-partner-api-sdk.git",
"directory": "packages/schemas"
},
"bugs": {
"url": "https://github.com/bizon/selling-partner-api-sdk/issues"
},
"homepage": "https://github.com/bizon/selling-partner-api-sdk/tree/master/packages/notifications",
"keywords": [
"bizon",
"amazon",
"spa sdk",
"sp api",
"mws",
"selling partner api",
"marketplace webservice",
"schemas",
"data kiosk",
"feeds",
"notifications",
"reports"
],
"dependencies": {
"json-schema-to-ts": "^3.1.1"
},
"gitHead": "b36600f33d62a2b6c3a9035968a93bc83e9838a9"
}