forked from wooorm/dictionaries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 904 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": "dictionary-es-ni",
"version": "2.0.0",
"description": "Spanish (Nicaragua) spelling dictionary",
"license": "(GPL-3.0 OR LGPL-3.0 OR MPL-1.1)",
"keywords": [
"dictionary",
"es",
"hunspell",
"myspell",
"ni",
"nicaragua",
"spanish",
"spelling"
],
"repository": "https://github.com/wooorm/dictionaries/tree/main/dictionaries/es-NI",
"bugs": "https://github.com/wooorm/dictionaries/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (https://wooorm.com)",
"Thomas Beverley <[email protected]>"
],
"type": "module",
"exports": "./index.js",
"files": [
"index.aff",
"index.d.ts",
"index.d.ts.map",
"index.dic",
"index.js"
]
}