degachejs
Version:
A Tunisian utility library for working with CIN, phone numbers, addresses, and more
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "degachejs",
"version": "0.2.0",
"description": "A Tunisian utility library for working with CIN, phone numbers, addresses, and more",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write \"src/**/*.ts\"",
"prepublishOnly": "npm run build",
"prepare": "husky install"
},
"keywords": [
"tunisia",
"utils",
"validation",
"cin",
"phone",
"address"
],
"author": "Khalid Rouissi <khalidrouissi@jeridschool.tech>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/KhalidRouissi1/degachejs.git"
},
"bugs": {
"url": "https://github.com/KhalidRouissi1/degachejs/issues"
},
"homepage": "https://degachejs-docs.vercel.app/",
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"files": [
"dist",
"LICENSE",
"README.md"
]
}