UNPKG

nammaniru_common_service

Version:

The service will contain all the functionality which is common for both shop and customer

24 lines (23 loc) 575 B
{ "name": "nammaniru_common_service", "version": "1.2.5", "description": "The service will contain all the functionality which is common for both shop and customer", "main": "Common.ts", "scripts": { "build":"tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "COMMON" ], "author": "Prakhar Srivastava", "license": "ISC", "dependencies": { "@types/mongoose": "^5.11.96", "mongoose": "^8.9.3", "typescript": "^5.7.2" }, "devDependencies": { "@types/node": "^22.13.4" } }