UNPKG

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) 909 B
{ "name": "alphabetify", "version": "0.2.8", "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": { "start": "cd docs && bundle exec jekyll serve", "build": "webpack", "postinstall": "node alphabets/preprocess.mjs", "test": "node test/test.mjs", "coverage": "c8 --reporter=text-lcov npm test > coverage.lcov" }, "engines": { "node": ">= 13.0" }, "devDependencies": { "c8": "^10.1.2", "codecov": "^3.8.2", "webpack": "^5.97.1", "webpack-cli": "^5.1.4" } }