-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 982 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
{
"author": "Kyle Finley <[email protected]>",
"description": "Personal dictionary of Kyle Finley (ITProKyle).",
"devDependencies": {
"cspell-tools": "^5.1.1"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"files": [
"finley.txt.gz",
"cspell-ext.json"
],
"keywords": [
"cspell"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "@itprokyle/cspell-dict",
"peerDependencies": {
"cspell": "^7.0.0 || ^8.0.0"
},
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ITProKyle/cspell-dict.git"
},
"scripts": {
"build": "cspell-tools compile \"finley.txt\" -o .",
"test": "head -n 100 \"finley.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=finley\" stdin"
},
"version": "1.2.7"
}