@sildeswj/common-libraries
Version:
This is common libraries used for all refeed projects
49 lines (48 loc) • 1.21 kB
JSON
{
"name": "@sildeswj/common-libraries",
"version": "1.8.5",
"description": "This is common libraries used for all refeed projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"@sildeswj:registry": "https://registry.npmjs.org/"
},
"author": "Jay Jin",
"license": "ISC",
"dependencies": {
"@types/bcryptjs": "^2.4.6",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"dayjs": "^1.11.13"
},
"scripts": {
"build": "rm -rf dist && tsc",
"prepublishOnly": "npm run build",
"patch": "yarn version --patch && git push --follow-tags",
"minor": "yarn version --minor && git push --follow-tags",
"major": "yarn version --major && git push --follow-tags"
},
"devDependencies": {
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eco-oil/common-libraries.git"
},
"keywords": [
"This",
"is",
"common",
"libraries",
"used",
"for",
"all",
"refeed",
"projects"
],
"bugs": {
"url": "https://github.com/eco-oil/common-libraries/issues"
},
"homepage": "https://github.com/eco-oil/common-libraries#readme"
}