UNPKG

@scaleleap/amazon-marketplaces

Version:

A collection of Amazon Marketplace data objects.

75 lines (74 loc) 2.11 kB
{ "name": "@scaleleap/amazon-marketplaces", "description": "A collection of Amazon Marketplace data objects.", "license": "MIT", "author": { "name": "Roman Filippov", "email": "roman@scaleleap.com", "url": "https://www.scaleleap.com/" }, "homepage": "https://github.com/ScaleLeap/amazon-marketplaces#readme", "repository": { "type": "git", "url": "git@github.com:ScaleLeap/amazon-marketplaces.git" }, "bugs": { "url": "https://github.com/ScaleLeap/amazon-marketplaces/issues" }, "version": "18.0.2", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean", "build": "tsc", "build:docs": "typedoc", "clean": "rimraf lib", "lint": "eslint --ext ts,js src/ test/", "lint:fix": "npm run lint -- --fix", "semantic-release": "npx @scaleleap/semantic-release-config", "test": "jest" }, "types": "lib/index.d.ts", "dependencies": { "@lavadrop/ensure": "1.0.0" }, "devDependencies": { "@jest/globals": "29.7.0", "@scaleleap/semantic-release-config": "1.1.41", "@types/jest": "29.5.14", "@types/node": "22.10.3", "@typescript-eslint/eslint-plugin": "8.21.0", "@typescript-eslint/parser": "8.21.0", "danger": "12.3.3", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "10.0.1", "eslint-import-resolver-typescript": "3.7.0", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-jest": "28.11.0", "eslint-plugin-jest-formatting": "3.1.0", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-sonarjs": "3.0.1", "eslint-plugin-unicorn": "56.0.1", "jest": "29.7.0", "rimraf": "6.0.1", "ts-jest": "29.2.5", "tsconfigs": "4.0.2", "typedoc": "0.27.6", "typescript": "5.7.3" }, "keywords": [ "amazon", "amazon-advertising", "amazon-advertising-api", "amazon-marketplace", "amazon-mws", "marketplace", "mws" ], "publishConfig": { "access": "public" }, "release": { "extends": "@scaleleap/semantic-release-config" } }