blob: 69c1ecc396d1eaf74158ecdc96bd1b2db7d61f8c [file] [log] [blame]
{
"name": "@unicode-org/keyboard-charts",
"version": "1.0.0",
"description": "Keyboard Charts app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "npx serve static",
"build": "node build.mjs",
"lint": "echo no linter yet",
"postinstall": "node build.mjs"
},
"keywords": [],
"author": "Steven R. Loomis <[email protected]>",
"license": "Unicode-3.0",
"bugs": {
"url": "https://github.com/unicode-org/cldr/issues"
},
"homepage": "https://github.com/unicode-org/cldr#readme",
"private": true,
"dependencies": {
"fast-xml-parser": "^4.2.5"
}
}