nest-paapi-5
Version:
A NestJS module for Amazon's Product Advertising API 5.0 (PAAPI5)
71 lines (70 loc) • 1.76 kB
JSON
{
"name": "nest-paapi-5",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"prepublish": "npm run build",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npx husky"
},
"description": "",
"dependencies": {
"@nestjs/common": "^10.4.15",
"axios": "^1.7.9",
"crypto-js": "^4.2.0",
"rimraf": "^6.0.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.17.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.10.2",
"dotenv-cli": "^8.0.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"semantic-release": "^24.2.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appasahebnage/nest-paapi-5.git"
},
"keywords": [
"nest-paapi",
"nest-paapi-5",
"nest-paapi-5.0",
"nestjs-paapi",
"nestjs-paapi5",
"paapi",
"paapi5",
"paapi-5.0",
"PA-API",
"pa-api",
"PA-API 5.0",
"paapi",
"paapi5",
"paapi5.0",
"product-advertising-api",
"ProductAdvertisingAPI",
"Product Advertising API",
"getItems",
"searchItems",
"browseNodeRequest",
"getVariation",
"amazon"
],
"author": "Appasaheb Nage",
"license": "MIT",
"bugs": {
"url": "https://github.com/appasahebnage/nest-paapi-5/issues"
},
"homepage": "https://github.com/appasahebnage/nest-paapi-5#readme"
}