UNPKG

@baiwusanyu/utils-com

Version:
63 lines 1.25 kB
{ "name": "@baiwusanyu/utils-com", "description": "", "private": false, "type": "module", "version": "1.1.2", "keywords": [ "typescript", "javascript", "utils", "vue", "vue3", "vite", "react" ], "license": "MIT", "author": "baiwusanyu-c", "homepage": "https://github.com/baiwusanyu-c", "repository": "https://github.com/baiwusanyu-c/bwsy-utils", "bugs": "https://github.com/baiwusanyu-c/bwsy-utils/issues", "main": "./index.js", "module": "./index.js", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "require": "./index.cjs", "import": "./index.js" } }, "files": [ "index.js", "index.cjs", "index.d.ts", "README.md" ], "typesVersions": { "*": { "*": [ "./*", "./index.d.ts" ] } }, "publishConfig": { "access": "public" }, "peerDependencies": { "ansi-colors": "^4.1.3", "hash-sum": "^2.0.0" }, "dependencies": { "hash-sum": "^2.0.0" }, "devDependencies": { "@types/ansi-colors": "^3.2.6", "@types/hash-sum": "^1.0.2", "ansi-colors": "^4.1.3" }, "scripts": { "publish:npm": "pnpm publish --no-git-checks --access public" } }