id-wordnet
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "id-wordnet", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
"repository": "git@github.com:open-language/id-wordnet.git", | ||
"author": "Sudhanshu Raheja <sudhanshu@leftshift.io>", | ||
"license": "MIT", | ||
"wordnet": { | ||
"homepage": "http://wn-msa.sourceforge.net/index.eng.html", | ||
"language": "id", | ||
"version": "1.2" | ||
}, | ||
"keywords": [ | ||
"wordnet", | ||
"natural-language-processing", | ||
"indonesian-language", | ||
"language", | ||
"nlp" | ||
], | ||
"devDependencies": { | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^4.3.0", | ||
"eslint-plugin-import": "^2.17.3", | ||
"eslint-plugin-jest": "^22.6.4", | ||
"jest": "^24.8.0", | ||
"prettier": "^1.17.1" | ||
}, | ||
"scripts": { | ||
"start": "node index.js", | ||
"test": "jest --detectOpenHandles" | ||
} | ||
} | ||
"name": "id-wordnet", | ||
"version": "1.0.2", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.js", | ||
"repository": "git@github.com:open-language/id-wordnet.git", | ||
"author": "Sudhanshu Raheja <sudhanshu@leftshift.io>", | ||
"license": "MIT", | ||
"wordnet": { | ||
"homepage": "http://wn-msa.sourceforge.net/index.eng.html", | ||
"language": "id", | ||
"version": "1.2" | ||
}, | ||
"keywords": [ | ||
"wordnet", | ||
"natural-language-processing", | ||
"indonesian-language", | ||
"language", | ||
"nlp" | ||
], | ||
"devDependencies": { | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^4.3.0", | ||
"eslint-plugin-import": "^2.17.3", | ||
"eslint-plugin-jest": "^22.6.4", | ||
"jest": "^24.8.0", | ||
"prettier": "^1.17.1", | ||
"@babel/preset-typescript": "^7.3.3", | ||
"@types/jest": "^24.0.13", | ||
"@types/node": "^12.0.7", | ||
"@typescript-eslint/parser": "^1.9.0", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.5.1" | ||
}, | ||
"scripts": { | ||
"start": "node index.js", | ||
"test": "tsc && jest --detectOpenHandles", | ||
"build": "tsc" | ||
}, | ||
"files": ["dist/**/*"] | ||
} |
@@ -13,2 +13,6 @@ ![](assets/wordnet-readme-logo.png) | ||
![](https://img.shields.io/travis/open-language/id-wordnet.svg) | ||
![](https://img.shields.io/codecov/c/github/open-language/id-wordnet/master.svg) | ||
## Where did you find this? | ||
@@ -15,0 +19,0 @@ |
68
7225
14
7
27