20 lines
443 B
JSON
20 lines
443 B
JSON
{
|
|
"name": "anki-dtop-js",
|
|
"version": "1.0.0",
|
|
"description": "Anki desktop js support files",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Ankitects Pty Ltd",
|
|
"license": "AGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@types/jquery": "^3.3.31",
|
|
"@types/jqueryui": "^1.12.9",
|
|
"@types/mathjax": "0.0.36",
|
|
"typescript": "^3.7.3"
|
|
}
|
|
}
|