blob: 9d63078514ecc8f879461ea61db31e074a8e4aa7 [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.4.1"
}
}