-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 901 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
37
38
39
{
"name": "@dwhieb/cree-transliterator",
"version": "0.1.1",
"description": "A JavaScript library for transliterating between Cree writing systems",
"keywords": [
"Cree",
"transliteration",
"linguistics",
"language",
"writing",
"writing systems",
"syllabary"
],
"author": {
"name": "Daniel W. Hieber",
"url": "https://danielhieber.com"
},
"homepage": "https://github.com/dwhieb/Cree-transliterator",
"bugs": "https://github.com/dwhieb/Cree-transliterator/issues",
"repository": {
"type": "git",
"url": "https://github.com/dwhieb/Cree-transliterator.git"
},
"license": "MIT",
"engines": {
"node": ">=14.0"
},
"type": "module",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"devDependencies": {
"eslint": "^7.22.0"
},
"dependencies": {
"@digitallinguistics/transliterate": "^0.2.2"
}
}