35 lines
815 B
JSON
35 lines
815 B
JSON
|
{
|
||
|
"name": "discord_spellcheck",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"any-promise": "^1.3.0",
|
||
|
"balanced-match": "^1.0.0",
|
||
|
"brace-expansion": "^1.1.11",
|
||
|
"cld": "^2.7.0",
|
||
|
"concat-map": "0.0.1",
|
||
|
"event-kit": "^2.5.3",
|
||
|
"fs.realpath": "^1.0.0",
|
||
|
"glob": "^5.0.15",
|
||
|
"inflight": "^1.0.6",
|
||
|
"inherits": "^2.0.4",
|
||
|
"keyboard-layout": "^2.0.17",
|
||
|
"minimatch": "^3.0.4",
|
||
|
"nan": "^2.14.2",
|
||
|
"node-addon-api": "^1.7.2",
|
||
|
"once": "^1.4.0",
|
||
|
"path-is-absolute": "^1.0.1",
|
||
|
"rimraf": "^2.7.1",
|
||
|
"spellchecker": "^3.7.1",
|
||
|
"underscore": "^1.12.0",
|
||
|
"wrappy": "^1.0.2"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|