slug-gen
Version:
Zero dependency slug generator for the browser and Node.js with transliteration support.
49 lines (48 loc) • 1.25 kB
JSON
{
"name": "slug-gen",
"version": "1.0.0",
"description": "Zero dependency slug generator for the browser and Node.js with transliteration support.",
"keywords": [
"slugify",
"slug",
"typescript",
"slug generator",
"string",
"utf8",
"utf-8",
"unicode",
"url",
"uri"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"tsc": "tsc",
"test": "mocha --reporter spec --require ts-node/register 'test/**/*.test.ts'",
"lint": "tsc --noEmit && eslint '{src, test}/**/*.{js,ts}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vidandev/slug-gen.git"
},
"author": "Viktor Nadai",
"license": "MIT",
"bugs": {
"url": "https://github.com/vidandev/slug-gen/issues"
},
"homepage": "https://github.com/vidandev/slug-gen#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"chai": "^4.2.0",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"mocha": "^6.1.4",
"prettier": "^1.18.2",
"ts-node": "^8.3.0",
"typescript": "^3.5.2"
}
}