sudachi-synonyms-dictionary-kurai-forked-ver
Version:
sudachi's synonyms dictionary
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "sudachi-synonyms-dictionary-kurai-forked-ver",
"version": "15.0.1",
"description": "sudachi's synonyms dictionary",
"keywords": [
"dictionary",
"sudachi",
"synonyms",
"japanese"
],
"homepage": "https://github.com/TakafumiKurai/sudachi-synonyms-dictionary",
"bugs": {
"url": "https://github.com/TakafumiKurai/sudachi-synonyms-dictionary/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/TakafumiKurai/sudachi-synonyms-dictionary.git"
},
"license": "Apache-2.0",
"author": "azu",
"files": [
"index.d.ts",
"index.js",
"index.modules.js",
"sudachi-synonyms-dictionary.json"
],
"main": "./index.js",
"module": "./index.module.js",
"types": "./index.d.ts",
"exports": {
"require": "./index.js",
"import": "./index.module.js"
},
"scripts": {
"update": "node update.js",
"test": "node test/index.test.js"
},
"devDependencies": {
"semver": "^7.6.0",
"sudachi-synonyms-parser": "^1.0.3"
}
}