tr-slugify
Version:
Türkçe özel karakterleri doğru çeviren ve URL için mükemmel slug'lar oluşturan npm paketi
38 lines • 894 B
JSON
{
"name": "tr-slugify",
"version": "1.2.1",
"description": "Türkçe özel karakterleri doğru çeviren ve URL için mükemmel slug'lar oluşturan npm paketi",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"build": "tsc",
"test": "node test.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"turkish",
"slugify",
"url",
"seo",
"türkçe",
"karakter",
"çeviri"
],
"author": "Ahmet Seha Acar",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ahmetseha/tr-slugify.git"
},
"bugs": {
"url": "https://github.com/ahmetseha/tr-slugify/issues"
},
"homepage": "https://tr-slugify-site.vercel.app/"
}