{
  "name": "anki-apkg-generator",
  "version": "1.0.7",
  "description": "generate anki's apkg file by code",
  "main": "lib/index.js",
  "browser": {
    "./lib/index.js": "./dist/index.min.js"
  },
  "files": [
    "/dist/index.min.js",
    "/lib",
    "/wasm"
  ],
  "scripts": {
    "webpack:dev": "NODE_ENV=development webpack",
    "webpack:prod": "NODE_ENV=production webpack",
    "analyzer": "webpack --json > stats.json && webpack-bundle-analyzer stats.json",
    "test": "jest",
    "ts-node": "ts-node",
    "example": "ts-node example/example.ts",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "build": "npm run build:types && npm run build:js && npm run webpack:prod",
    "build:types": "tsc --emitDeclarationOnly",
    "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\""
  },
  "keywords": [
    "anki",
    "apkg"
  ],
  "author": "babycannotsay<fuwanqun@qq.com>",
  "bugs": {
    "url": "https://github.com/babycannotsay/anki-apkg-generator/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/babycannotsay/anki-apkg-generator"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.17.0",
    "@babel/core": "^7.17.0",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@types/create-hash": "^1.2.2",
    "@types/jest": "^27.4.0",
    "@types/sql.js": "^1.4.3",
    "@typescript-eslint/eslint-plugin": "^5.10.2",
    "@typescript-eslint/parser": "^5.10.2",
    "clean-webpack-plugin": "^4.0.0",
    "eslint": "^8.8.0",
    "eslint-config-prettier": "^8.3.0",
    "inspectpack": "^4.7.1",
    "jest": "^27.5.0",
    "process": "^0.11.10",
    "stream-browserify": "^3.0.0",
    "ts-loader": "^9.2.6",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.5",
    "webpack": "^5.68.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.9.2"
  },
  "peerDependencies": {
    "jszip": "^3.7.1",
    "buffer": "^6.0.3"
  },
  "dependencies": {
    "create-hash": "^1.2.0",
    "sql.js": "^1.6.2"
  },
  "resolutions": {
    "safe-buffer": "^5.0.1",
    "readable-stream": "^3.0.0"
  }
}
