UNPKG

beckn-lightweight

Version:

Lightweight Node.js utilities to integrate Beckn protocol into existing BPPs

35 lines (34 loc) 623 B
{ "name": "beckn-lightweight", "version": "1.2.2", "description": "Lightweight Node.js utilities to integrate Beckn protocol into existing BPPs", "main": "index.js", "scripts": { "start": "node app.js" }, "keywords": [ "beckn", "protocol", "bpp", "on_search", "nodejs", "lightweight" ], "author": "Kenpath", "license": "MIT", "files": [ "index.js", "handlers/", "utils/" ], "dependencies": { "axios": "^1.10.0", "express": "^5.1.0", "joi": "^17.13.3", "nodemon": "^3.1.10", "uuid": "^11.1.0" }, "engines": { "node": ">=14" } }