ratemypackage
Version:
RateMyPackage is a shared library designed to streamline development for the RateMyCampus project. It provides a collection of reusable types, interfaces, and utility functions to support both frontend and backend operations. By centralizing common logic
23 lines (22 loc) • 948 B
JSON
{
"name": "ratemypackage",
"version": "1.0.6",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ratemycampus",
"campus"
],
"author": "Shahzaib Afzal",
"license": "ISC",
"description": "RateMyPackage is a shared library designed to streamline development for the RateMyCampus project. It provides a collection of reusable types, interfaces, and utility functions to support both frontend and backend operations. By centralizing common logic and structures, this package ensures consistency, reduces duplication, and enhances maintainability. Ideal for projects that require a clear separation between core business logic and application-specific code. Scalable, flexible, and ready to support future growth as the platform evolves.",
"dependencies": {
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.6.2"
}
}