@sp-api-sdk/schemas
Version:
JSON schemas and TypeScript types for the Amazon Selling Partner API (SP-API)
65 lines (64 loc) • 1.48 kB
JSON
{
"name": "@sp-api-sdk/schemas",
"author": "Bertrand Marron <bertrand@bizon.solutions>",
"description": "JSON schemas and TypeScript types for the Amazon Selling Partner API (SP-API)",
"version": "3.1.1",
"license": "MIT",
"type": "module",
"sideEffects": false,
"source": "./src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"dependencies": {
"json-schema-to-ts": "^3.1.1"
},
"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/schemas",
"keywords": [
"amazon",
"amazon-sp-api",
"bizon",
"data kiosk",
"esm",
"feeds",
"json-schema",
"nodejs",
"notifications",
"reports",
"schemas",
"sdk",
"selling partner api",
"selling-partner-api",
"sp api",
"sp sdk",
"sp-api",
"typescript"
],
"gitHead": "b37d0ab2ff850c4eeb977c05574c7dbf13e3f43d"
}