forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.34 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "cspell-dict-python",
"version": "1.0.17",
"description": "Python dictionary for cspell.",
"bin": {
"cspell-dict-python-link": "./link.js",
"cspell-dict-python-unlink": "./unlink.js"
},
"scripts": {
"build": "cspell-tools compile \"python.txt\" -o .",
"test-dictionary": "head -n 1000 \"python.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=python stdin",
"test-samples": "cspell -v -c ./cspell-ext.json \"samples/**/*.py\"",
"test": "npm run test-dictionary && npm run test-samples",
"cspell-link": "node link.js",
"cspell-unlink": "node unlink.js",
"prepare": "cp ../../util/* . && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"python",
"Python",
"dictionary",
"spelling"
],
"main": "index.js",
"typings": "index.d.ts",
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/packages/python#readme",
"dependencies": {
"configstore": "^5.0.0"
},
"files": [
"python.txt.gz",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "1582fabf80cbb3ea9fb5a39446e87c1a091aa858"
}