UNPKG

@danielhaim/slugify

Version:

A multilingual tool for generating SEO-friendly slugs from strings.

71 lines (70 loc) 1.97 kB
{ "name": "@danielhaim/slugify", "version": "1.0.11", "description": "A multilingual tool for generating SEO-friendly slugs from strings.", "keywords": [ "Slugify", "Slug Generator", "URL", "SEO", "Multilingual Slug", "String to Slug", "Permalink", "URL friendly", "Heading Slug", "Text Processing" ], "homepage": "https://github.com/danielhaim1/slugify#readme", "bugs": { "url": "https://github.com/danielhaim1/slugify/issues" }, "repository": { "type": "git", "url": "git+https://github.com/danielhaim1/slugify.git" }, "license": "MIT", "author": { "name": "Daniel Haim", "url": "https://github.com/danielhaim1" }, "main": "index.js", "files": [ "/dist", "/src", "LICENSE", "README.md" ], "scripts": { "build": "npx webpack --mode production", "release": "npm version patch && npm run build && git add -A && git commit -m 'Release: v$(node -p \"require('./package.json').version\")' && git push && npm publish", "test": "jest", "tree": "tree -I 'node_modules'" }, "devDependencies": { "@babel/cli": "^7.21.5", "@babel/core": "^7.22.1", "@babel/plugin-transform-modules-commonjs": "^7.21.5", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.22.4", "@babel/runtime-corejs3": "^7.22.3", "@jest/expect": "^29.5.0", "babel-jest": "^29.5.0", "babel-loader": "^9.1.2", "esbuild-jest": "^0.5.0", "exports-loader": "^5.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-environment-puppeteer": "^9.0.0", "jest-puppeteer": "^9.0.0", "puppeteer": "^21.7.0", "puppeteer-core": "^21.7.0", "terser-webpack-plugin": "^5.3.9", "webpack": "^5.86.0", "webpack-cli": "^5.1.4", "webpack-node-externals": "^3.0.0" }, "publishConfig": { "access": "public" } }