UNPKG

@qit.tools/unicode-emoji-json-lite

Version:

This library provides a lightweight version of the unicode-emoji-json library.

67 lines (66 loc) 1.63 kB
{ "name": "@qit.tools/unicode-emoji-json-lite", "version": "0.6.0", "description": "This library provides a lightweight version of the unicode-emoji-json library.", "types": "./index.d.ts", "main": "./data-by-emoji-lite.json", "files": [ "data-by-emoji-lite.json", "data-by-group-lite.json", "data-emoji-components.json", "data-group-map.json", "data-ordered-emoji.json", "index.d.ts" ], "scripts": { "build": "tsc", "test": "tsx tests/lite.test.ts", "start": "tsx scripts/lite.ts", "lint": "eslint './**/*.{ts,json}' --fix", "fmt": "prettier --write '**/*.{ts,json}'" }, "devDependencies": { "@eslint/js": "^9.2.0", "@types/node": "^20.12.11", "@types/prettier": "^3.0.0", "@types/tape": "^5.6.4", "eslint": "^8.57.0", "globals": "^15.2.0", "prettier": "^3.2.5", "tape": "^5.7.5", "ts-node": "^10.9.2", "tsx": "^4.10.2", "typescript": "^5.4.5", "typescript-eslint": "^7.8.0", "unicode-emoji-json": "latest" }, "author": { "name": "Qit.tools", "email": "info@qit.tools", "url": "https://qit.tools/" }, "homepage": "https://qit.tools/generators/random-emoji/", "bugs": { "url": "https://github.com/Qit-tools/unicode-emoji-json-lite/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Qit-tools/unicode-emoji-json-lite.git" }, "type": "module", "keywords": [ "emoji", "emojis", "unicode", "json", "emoji-data", "lite", "picker", "simple", "emotions", "list", "emoticons", "utf-8" ], "license": "MIT" }