UNPKG

@hufe921/canvas-editor-plugin-docx

Version:
56 lines (55 loc) 1.34 kB
{ "name": "@hufe921/canvas-editor-plugin-docx", "author": "Hufe", "license": "MIT", "version": "0.0.5", "description": "docx plugin for canvas-editor", "type": "module", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "files": [ "dist", "README.md", "LICENSE", "package.json" ], "typings": "./dist/src/docx/index.d.ts", "main": "./dist/docx.umd.cjs", "module": "./dist/docx.js", "repository": { "type": "git", "url": "https://github.com/Hufe921/canvas-editor-plugin.git" }, "keywords": [ "canvas-editor", "docx" ], "scripts": { "dev": "vite", "build": "vite build --mode lib", "release": "node scripts/release.js", "type:check": "tsc --noEmit" }, "peerDependencies": { "@hufe921/canvas-editor": ">=0.9.42" }, "devDependencies": { "@hufe921/canvas-editor": "0.9.42", "@rollup/plugin-typescript": "^10.0.1", "@types/color": "^3.0.4", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", "simple-git-hooks": "^2.8.1", "typescript": "^5.0.2", "vite": "^4.3.9" }, "dependencies": { "color": "^4.2.3", "docx": "^8.2.2", "mammoth": "^1.6.0" }, "gitHead": "d71854e9a79dd7c960436dc6a18ee7b670ce6638" }