-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 909 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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"
}
}