UNPKG

nice-hms-integration

Version:

This is a project for the Nice-HMS software integrators to upgrade their non-ABDM software into ABDM-compliant software.

41 lines (40 loc) 930 B
{ "name": "nice-hms-integration", "version": "1.0.3", "description": "This is a project for the Nice-HMS software integrators to upgrade their non-ABDM software into ABDM-compliant software.", "main": "lib/index.js", "include": [ "src/**/*" ], "exclude": [ "node_modules", "**/*.spec.ts" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/umeshramya/nice-hms-integration.git" }, "keywords": [ "convert", "to", "abdm", "compliant", "sofware" ], "author": "Nice HMS", "license": "ISC", "bugs": { "url": "https://github.com/umeshramya/nice-hms-integration/issues" }, "homepage": "https://github.com/umeshramya/nice-hms-integration#readme", "devDependencies": { "typescript": "^5.0.4" }, "dependencies": { "axios": "^1.4.0" } }