From 5c9897c3051bb10f73e32428fb469aa76478f55d Mon Sep 17 00:00:00 2001 From: Kudakwashe Mupeni Date: Thu, 15 Aug 2024 17:02:48 +0200 Subject: [PATCH] chore: update package infor --- .changeset/early-tips-warn.md | 5 +++++ package.json | 18 ++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .changeset/early-tips-warn.md diff --git a/.changeset/early-tips-warn.md b/.changeset/early-tips-warn.md new file mode 100644 index 0000000..6831fc8 --- /dev/null +++ b/.changeset/early-tips-warn.md @@ -0,0 +1,5 @@ +--- +"speaking-url-ts": minor +--- + +chore: update package info diff --git a/package.json b/package.json index f0907df..b3fc17a 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,24 @@ { "name": "speaking-url-ts", "version": "0.1.0", - "description": "An opinionated TS Lib Starter", + "description": "Generate a slug – transliteration with a lot of options", "author": { "name": "Kudakwashe Mupeni", "email": "said.coyness-0m@icloud.com" }, + "repository": { + "type": "git", + "url": "https://github.com/2wce/speaking-url-ts" + }, + "engines": { + "node": ">=20.0.0" + }, + "keywords": [ + "transliteration", + "slug", + "url", + "speaking-url" + ], "license": "MIT", "private": false, "source": "./src/index.ts", @@ -20,7 +33,8 @@ ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", - "types": "./dist/types.d.ts" + "default": "./dist/index.cjs", + "types": "./dist/index.d.ts" } }, "scripts": {