UNPKG

@whitesev/utils

Version:

一个常用的工具库

56 lines 1.35 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@whitesev/utils", "version": "2.7.4", "type": "module", "description": "一个常用的工具库", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts", "jsdelivr": "dist/index.umd.js", "exports": { "./package.json": "./package.json", "./dist/*": "./dist/*", ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js", "types": "./dist/types/index.d.ts" } }, "files": [ "dist", "src" ], "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "typescript", "Utils", "工具类", "TamperMonkey", "VioletMonkey", "ScriptCat" ], "author": "WhiteSev", "license": "MIT", "dependencies": { "worker-timers": "^8.0.21" }, "devDependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "rollup": "^4.44.1", "rollup-plugin-clear": "^2.0.7", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "scripts": { "dev": "rollup --config --watch", "build": "rollup --config", "build:all": "rollup --config", "build:all-new": "rollup --config" } }