en-wordnet
Version:
This package is archived. Please use [open-language/wordnets](https://github.com/open-language/wordnets)
40 lines (39 loc) • 830 B
JSON
{
"name": "en-wordnet",
"version": "2.0.11",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/open-language/en-wordnet.git"
},
"author": "Sudhanshu Raheja <sudhanshu@leftshift.io>",
"license": "MIT",
"wordnet": {
"homepage": "https://wordnet.princeton.edu/",
"language": "en",
"version": "3.1"
},
"keywords": [
"wordnet",
"natural-language-processing",
"english-language",
"language",
"nlp"
],
"devDependencies": {
"@types/bun": "^1.0.12",
"bun-plugin-dts": "^0.2.2",
"prettier": "^2.0.5",
"typescript": "^5.4.5"
},
"scripts": {
"publish": "npm pkg fix; npm publish",
"build": "bun run build.mjs"
},
"files": [
"dist",
"database"
]
}