minna-no-nihongo-verbs
Version:
A JSON collection of verbs from the Minna no Nihongo textbook.
24 lines • 493 B
JSON
{
"name": "minna-no-nihongo-verbs",
"version": "0.2.2",
"description": "A JSON collection of verbs from the Minna no Nihongo textbook.",
"main": "index.js",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:shandley/minna-no-nihongo-verbs.git"
},
"keywords": [
"japanese",
"minna",
"verbs",
"みんな"
],
"author": "Shane Handley",
"license": "MIT",
"devDependencies": {
"typescript": "^3.7.5"
}
}