UNPKG

togscc

Version:
34 lines (33 loc) 705 B
{ "name": "togscc", "version": "1.3.1", "description": "通用规范汉字表 (Table of General Standard Chinese Characters)", "main": "dist/togscc.js", "scripts": { "start": "node scripts/start.mjs", "watch": "jest --watch", "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/jaywcjlove/table-of-general-standard-chinese-characters.git" }, "keywords": [ "chinese-characters", "Chinese", "togscc", "characters", "汉字", "中文", "通用规范汉字表" ], "author": "jaywcjlove", "license": "MIT", "files": [ "data", "dist" ], "devDependencies": { "jest": "^28.1.0" } }