UNPKG

@lunarisapp/language

Version:

A utility library for core linguistic breakdown: vowels, consonants, words, and sentences.

50 lines 1.13 kB
{ "name": "@lunarisapp/language", "description": "A utility library for core linguistic breakdown: vowels, consonants, words, and sentences.", "version": "1.1.1", "author": { "name": "Roman Sirokov", "url": "https://mrlightful.com", "email": "roman@lunaris.app" }, "homepage": "https://lunaris.app", "repository": { "url": "https://github.com/LunarisApp/text-tools" }, "publishConfig": { "access": "public" }, "files": [ "LICENSE", "README.md", "dist" ], "keywords": [ "text", "linguistics", "language", "vowels", "consonants", "tools", "words", "sentences" ], "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "devDependencies": { "@babel/core": "^7.29.0", "@babel/preset-env": "^7.29.2", "@babel/preset-typescript": "^7.28.5", "@jest/globals": "^30.4.1", "babel-jest": "^30.4.1", "jest": "^30.4.2", "tsup": "^8.5.1", "typescript": "^6.0.3" }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "test": "jest" } }