1{ 2 "name": "@unicode-org/keyboard-charts", 3 "version": "1.0.0", 4 "description": "Keyboard Charts app", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1", 8 "serve": "npx serve static", 9 "build": "node build.mjs", 10 "lint": "echo no linter yet", 11 "postinstall": "node build.mjs" 12 }, 13 "keywords": [], 14 "author": "Steven R. Loomis <srl295@gmail.com>", 15 "license": "Unicode-3.0", 16 "bugs": { 17 "url": "https://github.com/unicode-org/cldr/issues" 18 }, 19 "homepage": "https://github.com/unicode-org/cldr#readme", 20 "private": true, 21 "dependencies": { 22 "fast-xml-parser": "^4.2.5" 23 } 24} 25