UNPKG

can-can-word-bug

Version:

can-can-word-bug 是一个 TS 编写的工具库

66 lines (65 loc) 1.86 kB
{ "name": "can-can-word-bug", "version": "0.4.3", "type": "module", "main": "dist/can-can-word-bug.js", "module": "dist/can-can-word-bug.js", "types": "dist/can-can-word-bug.d.ts", "exports": { ".": { "default": "./dist/can-can-word-bug.cjs", "import": "./dist/can-can-word-bug.js", "require": "./dist/can-can-word-bug.cjs", "types": "./dist/can-can-word-bug.d.ts" } }, "description": "can-can-word-bug 是一个 TS 编写的工具库", "homepage": "https://github.com/772778995/can-can-word-bug", "author": "Hocho", "files": [ "dist/" ], "bugs": { "url": "https://github.com/772778995/can-can-word-bug/issues/new", "email": "can-can-word-bug-issues@5i996.icu" }, "keywords": [ "js", "ts", "utils" ], "scripts": { "dev": "vite", "build": "node ./build.js", "version": "typedoc && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md docs/modules.md", "prepublish": "npm run build" }, "dependencies": { "@zip.js/zip.js": "^2.7.30", "axios": "^1.10.0", "blob-util": "^2.0.2", "crypto-js": "^4.1.1", "identicon.js": "^2.3.3", "image-meta": "^0.2.1", "jszip": "^3.10.1", "localforage": "^1.10.0", "lodash": "^4.17.21", "mime": "^3.0.0", "validator": "^13.15.15" }, "devDependencies": { "@types/crypto-js": "^4.1.1", "@types/identicon.js": "^2.3.5", "@types/lodash": "^4.14.194", "@types/mime": "^3.0.3", "@types/node": "^18.15.11", "@types/validator": "^13.15.2", "conventional-changelog-cli": "^4.1.0", "tslib": "^2.6.2", "typedoc": "^0.24.4", "typedoc-plugin-markdown": "^3.17.1", "typescript": "^5.1.6", "vite": "^5.0.0", "vite-plugin-dts": "^3.6.4" } }