@steve2955/anki-apkg-export
Version:
Generate decks for Anki (spaced repetition software)
33 lines (32 loc) • 816 B
JSON
{
"name": "@steve2955/anki-apkg-export",
"description": "Generate decks for Anki (spaced repetition software)",
"version": "5.0.0",
"main": "src/index.js",
"dependencies": {
"jszip": "^3.2.2",
"sha1": "^1.1.1",
"sql.js": "^0.5.0"
},
"author": "ewnd9 <ewndnine@gmail.com>",
"keywords": [
"anki",
"spaced repetition software",
"webpack",
"md2apkg",
"apkg"
],
"license": "MIT",
"type":"module",
"repository": {
"type": "git",
"url": "git+https://github.com/Steve2955/anki-apkg-export.git"
},
"scripts": {
"build:watch": "babel -w -d dist src",
"lint": "eslint 'src/**/*.js' 'test/**/*.js'",
"postpublish": "rm -rf dist",
"test": "yarn run lint && ava",
"test:watch": "yarn run test -- --watch"
}
}