UNPKG

unicode-emoji-utils

Version:
59 lines (58 loc) 1.59 kB
{ "devDependencies": { "@types/jest": "29.5.14", "@types/node": "22.14.1", "@typescript-eslint/eslint-plugin": "8.29.0", "eslint": "8.57.1", "eslint-config-love": "119.0.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "17.17.0", "eslint-plugin-promise": "7.2.1", "eslint-plugin-simple-import-sort": "12.1.1", "htmlparser2": "10.0.0", "jest": "29.7.0", "ts-jest": "29.3.2", "tsup": "8.4.0", "typescript": "5.8.3" }, "name": "unicode-emoji-utils", "description": "A collection of utilities for emojis", "keywords": [ "unicode", "emoji", "smiley", "utilities", "regex" ], "version": "1.3.1", "sideEffects": false, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist/**" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts --treeshake --minify", "lint": "eslint", "prepare": "yarn build", "prepublishOnly": "yarn test", "preversion": "yarn lint", "version": "yarn format && git add -A src", "postversion": "git push && git push --tags", "test": "jest --config jestconfig.json --passWithNoTests" }, "repository": { "type": "git", "url": "git+https://github.com/cungminh2710/unicode-emoji-utils.git" }, "author": "Minh Cung", "license": "MIT", "bugs": { "url": "https://github.com/cungminh2710/unicode-emoji-utils/issues" }, "homepage": "https://github.com/cungminh2710/unicode-emoji-utils#readme", "dependencies": { "emoji-regex-xs": "^2.0.0" } }