french-verbs-transitive
Version:
French transitive verbs, based on Wikipedia
29 lines (28 loc) • 754 B
JSON
{
"name": "french-verbs-transitive",
"version": "3.4.0",
"description": "French transitive verbs, based on Wikipedia",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
"test": "nyc --reporter=lcov --reporter=text mocha",
"build:code": "tsc",
"build": "npm run clean && cp -R resources dist",
"fromweb": "tsc && gulp fromweb && gulp amend"
},
"repository": {
"type": "git",
"url": "https://github.com/RosaeNLG/rosaenlg.git"
},
"devDependencies": {
"ts-sync-request": "^1.4.1"
},
"keywords": [
"verbs",
"transitive",
"French"
],
"author": "Ludan Stoecklé <ludan.stoeckle@rosaenlg.org>",
"license": "Apache-2.0",
"gitHead": "745dc50c54690936fba332ca465308c607053e46"
}