@bizon/amazon-ids
Version:
Collection of Amazon identifiers
82 lines (81 loc) • 1.92 kB
JSON
{
"name": "@bizon/amazon-ids",
"version": "5.0.0",
"description": "Collection of Amazon identifiers",
"repository": "https://github.com/bizon/amazon-ids",
"author": "Bertrand Marron <bertrand.marron@gmail.com>",
"license": "MIT",
"type": "module",
"sideEffects": false,
"files": [
"dist"
],
"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"
}
}
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"check:ts": "tsc --noEmit",
"build": "tsup",
"dev": "tsup --watch"
},
"devDependencies": {
"@bizon/semantic-release-config": "^3.0.2",
"@jest/types": "^29.6.3",
"@swc/core": "^1.11.13",
"@swc/jest": "^0.2.37",
"@tsconfig/node22": "^22.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.14",
"eslint-config-xo-bizon": "^3.0.3",
"jest": "^29.7.0",
"semantic-release": "^24.2.3",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"xo": "^0.60.0"
},
"keywords": [
"amazon",
"sellercentral",
"vendorcentral",
"marketplaces"
],
"xo": {
"extends": "xo-bizon",
"semicolon": false,
"space": 2,
"prettier": true
},
"prettier": {
"printWidth": 100
},
"release": {
"extends": "@bizon/semantic-release-config"
},
"tsup": {
"entry": [
"src/index.ts"
],
"format": [
"cjs",
"esm"
],
"sourcemap": true,
"dts": true
},
"packageManager": "pnpm@10.6.4+sha512.da3d715bfd22a9a105e6e8088cfc7826699332ded60c423b14ec613a185f1602206702ff0fe4c438cb15c979081ce4cb02568e364b15174503a63c7a8e2a5f6c"
}