feat: aggiunge CLI unificata, build vocabolario e filtro lessicale
This commit is contained in:
23
package/package.json
Normal file
23
package/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "italian-words-dict",
|
||||
"version": "3.4.0",
|
||||
"description": "Italian words dictionnary, based on the morph-it linguistic resource",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"clean": "rm -rf dist",
|
||||
"test": "nyc --reporter=lcov --reporter=text mocha",
|
||||
"build": "tsc && gulp build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/RosaeNLG/rosaenlg.git"
|
||||
},
|
||||
"keywords": [
|
||||
"words",
|
||||
"Italian",
|
||||
"morph-it"
|
||||
],
|
||||
"author": "Ludan Stoecklé <ludan.stoeckle@rosaenlg.org>",
|
||||
"license": "Apache-2.0",
|
||||
"gitHead": "745dc50c54690936fba332ca465308c607053e46"
|
||||
}
|
||||
Reference in New Issue
Block a user