UNPKG

apkg-reader

Version:

a library for reading your APKG files in JavaScript

48 lines 992 B
{ "scripts": { "test": "vitest", "build": "tsc" }, "dependencies": { "fzstd": "^0.1.0", "jszip": "^3.6.0", "sql.js": "^1.5.0", "typescript": "^4.3.4" }, "devDependencies": { "@types/node": "latest", "@types/sql.js": "^1.4.2", "ts-node": "^10.0.0", "vite": "^5.0.11", "vitest": "^1.1.3" }, "name": "apkg-reader", "version": "1.1.0", "description": "a library for reading your APKG files in JavaScript", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": "https://github.com/alemayhu/apkg-reader.js.git", "author": "Alexander Alemayhu <alexander@alemayhu.com>", "license": "MIT", "bugs": { "url": "https://github.com/alemayhu/apkg-reader.js/issues", "email": "alexander@alemayhu.com" }, "keywords": [ "anki", "apkg", "apkg.js", "read apkg" ], "ava": { "extensions": [ "ts" ], "require": [ "ts-node/register" ] } }