zaions-express-tool-kit
Version:
Zaions Express Tool Kit, this is for expressJs/Typescript projects created by Zaions Dev Team (https://zaions.com), We hope you will love this and all other packages we have developed for you, please do react out if you face any issue in packages we deliv
101 lines (100 loc) • 2.96 kB
JSON
{
"name": "zaions-express-tool-kit",
"version": "0.0.34",
"description": "Zaions Express Tool Kit, this is for expressJs/Typescript projects created by Zaions Dev Team (https://zaions.com), We hope you will love this and all other packages we have developed for you, please do react out if you face any issue in packages we deliver. Once again have fun while working with these packages and let us know your feedback, it keeps us motivated. Have a great day :)",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "npm run update:linked-packages && tsup --watch",
"build": "npm run unlink-packages && tsup",
"build:with-linked-packages": "npm run update:linked-packages && tsup",
"test": "npm run update:linked-packages && vitest",
"update:linked-packages": "yarn install --force && yarn link zaions-tool-kit",
"unlink-packages": "yarn unlink zaions-tool-kit && yarn install --force",
"push:code": "git add . && git commit -m 'logic updated, taking code backup' && git push -u o main",
"deploy": "npm run build && npm publish",
"serve": "npm run update:linked-packages && tsup"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zaions/express-tool-kit.git"
},
"keywords": [
"zaions",
"tools",
"kit",
"tool kit",
"util",
"helpers",
"constants",
"functions",
"server",
"client",
"nodejs",
"typescript",
"types",
"tests",
"aoneahsan",
"ahsan mahmood",
"zaions packages",
"express"
],
"author": {
"name": "Zaions",
"email": "admin@zaions.com",
"url": "https://zaions.com/bio"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/zaions/express-tool-kit/issues"
},
"homepage": "https://github.com/zaions/express-tool-kit#readme",
"engines": {
"node": ">=20.14.0",
"npm": ">=10.7.0",
"yarn": ">=1.22.19"
},
"peerDependencies": {
"cors": "^2.8.5",
"express": "^4.21.0 | ^5.0.1",
"express-rate-limit": "^7.5.0",
"zaions-tool-kit": "^0.0.98",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/crypto-js": "^4.2.2",
"@types/express": "^5.0.0",
"@types/node": "^22.10.2",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"express": "^5.0.1",
"express-rate-limit": "^7.5.0",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"zaions-tool-kit": "^0.0.98",
"zod": "^3.24.1"
},
"contributors": [
{
"name": "Ahsan Mahmood",
"email": "aoneahsan@gmail.com",
"url": "https://aoneahsan.com"
}
],
"displayName": "Zaions - Express Tool Kit",
"engineStrict": true,
"funding": {
"type": "individual",
"url": "https://www.patreon.com/zaions"
},
"private": false,
"pricing": "Free"
}