amazon-modern-widgets
Version:
Amazon Modern Widgets for Amazon affiliate websites based on Amazon PAAPI v5
65 lines (64 loc) • 1.58 kB
JSON
{
"name": "amazon-modern-widgets",
"version": "2.6.1",
"description": "Amazon Modern Widgets for Amazon affiliate websites based on Amazon PAAPI v5",
"license": "MIT",
"author": "Ludovic Toinel",
"main": "dist/main.js",
"dependencies": {
"@josecfreitas/paapi5-nodejs-sdk": "^1.1.0",
"config": "^4.1.1",
"cors": "^2.8.5",
"express": "^5.1.0",
"express-cache-controller": "^1.1.0",
"ioredis": "^5.7.0",
"js-yaml": "^4.1.0",
"typescript-logging": "^2.2.0",
"typescript-logging-log4ts-style": "^2.2.0"
},
"overrides": {
"crypto-js": "^4.2.0"
},
"devDependencies": {
"@types/config": "^3.3.5",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/ioredis": "^5.0.0",
"@types/node": "^24.3.0",
"eslint": "^9.33.0",
"mocha": "^11.7.1",
"release-it": "^19.0.4",
"typescript": "^5.9.2"
},
"scripts": {
"build": "tsc",
"prestart": "npm run build",
"prestart:dev": "npm run build",
"start:dev": "set NODE_ENV=development&&node .",
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ltoinel/amw.git"
},
"keywords": [
"amazon",
"partner",
"widget",
"blog",
"affiliation",
"paapi",
"paapi5-nodejs-sdk"
],
"bugs": {
"url": "https://github.com/ltoinel/amw/issues"
},
"homepage": "https://github.com/ltoinel/amw#readme",
"release-it": {
"github": {
"release": true
}
}
}