alphabetify
Version:
Learn a new alphabet by reading a good text in your native alphabet with more and more foreign letters.
37 lines (36 loc) • 971 B
JSON
{
"name": "alphabetify",
"version": "0.3.1",
"description": "Learn a new alphabet by reading a good text in your native alphabet with more and more foreign letters.",
"author": "David Pomerenke",
"license": "ISC",
"keywords": [
"language-learning",
"alphabet-learning",
"language",
"alphabet",
"learning",
"education"
],
"repository": {
"type": "git",
"url": "git://github.com/davidpomerenke/alphabetify.git"
},
"main": "lib/index.mjs",
"scripts": {
"copy-alphabets": "cp -r alphabets/build site/alphabets-build",
"dev": "npm run copy-alphabets && vite",
"build": "npm run copy-alphabets && vite build",
"preview": "vite preview",
"preprocess": "node alphabets/preprocess.mjs",
"test": "node test/test.mjs",
"coverage": "c8 --reporter=text-lcov npm test > coverage.lcov"
},
"engines": {
"node": ">= 18.0"
},
"devDependencies": {
"c8": "^10.1.2",
"vite": "^6.0.0"
}
}