anki/ts/package.json

19 lines
409 B
JSON
Raw Normal View History

2019-12-18 03:53:13 +01:00
{
"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/mathjax": "0.0.36",
"typescript": "^3.7.3"
}
}