maheshjs
Version:
This package helps you in solving day to day various simple challenges and makes you write code faster
33 lines (32 loc) • 794 B
JSON
{
"name": "maheshjs",
"version": "1.0.6",
"description": "This package helps you in solving day to day various simple challenges and makes you write code faster",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CheemaMahesh/npm-maheshjs.git"
},
"keywords": [
"maheshjs",
"mahesh",
"maheshcjs",
"maheshcheemajs",
"maheshjsc"
],
"author": "MAHESH CHEEMA",
"license": "ISC",
"bugs": {
"url": "https://github.com/CheemaMahesh/npm-maheshjs/issues"
},
"homepage": "https://github.com/CheemaMahesh/npm-maheshjs#readme",
"devDependencies": {
"tsup": "^8.3.6",
"typescript": "^5.7.3"
}
}