auto-hyphen-utils
Version:
This module provides automatic formatting and hyphenation for structured inputs with a similar pattern.
65 lines (64 loc) • 1.5 kB
JSON
{
"name": "auto-hyphen-utils",
"version": "1.0.2",
"description": "This module provides automatic formatting and hyphenation for structured inputs with a similar pattern.",
"keywords": [
"hyphen",
"format",
"helper",
"auto-hyphen",
"input-format",
"auto-format",
"text-format",
"hyphenation"
],
"homepage": "https://github.com/kimhan0421/hyphen-helper",
"bugs": "https://github.com/kimhan0421/hyphen-helper/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/kimhan0421/hyphen-helper.git",
"directory": "packages"
},
"license": "MIT",
"author": {
"name": "HanSol Kim",
"email": "kohasi0421@gmail.com"
},
"sideEffects": false,
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.0.0",
"ts-jest": "^29.2.6",
"tsup": "^8.1.0",
"typescript": "^5.7.3"
}
}