@likg/tools
Version:
40 lines • 824 B
JSON
{
"name": "@likg/tools",
"version": "2.0.8",
"description": "常用工具函数",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"exports": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
},
"buildOptions": {
"formats": [
"iife",
"cjs",
"umd",
"esm"
],
"moduleName": "Tools"
},
"files": [
"dist/**/*",
"README.md"
],
"keywords": [
"Schemes"
],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/lihongyao/lg-libs.git"
},
"bugs": {
"url": "https://github.com/lihongyao/lg-libs/issues"
},
"homepage": "https://github.com/lihongyao/lg-libs.git#readme"
}