1 Star 3 Fork 0

masx200/custom-elements-random-define

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
masx200 提交于 2022-08-15 15:05 +08:00 . 删除eslint
{
"type": "module",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"name": "@masx200/custom-elements-random-define",
"version": "1.0.7",
"main": "dist/index.min.js",
"types": "dist/index.d.ts",
"module": "dist/index.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/masx200/custom-elements-random-define.git"
},
"author": "masx200 <34191203+masx200@users.noreply.github.com>",
"license": "MIT",
"description": "web-components随机定义custom-elements,并且防止重名定义的js库",
"bugs": {
"url": "https://github.com/masx200/custom-elements-random-define/issues"
},
"homepage": "https://github.com/masx200/custom-elements-random-define#readme",
"scripts": {
"format": "npx prettier --write *.md *.json *.js */*.ts",
"build": " rollup -c rollup.config.js"
},
"keywords": [],
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"lodash": "4.17.21",
"minimist": "1.2.6",
"rollup-plugin-terser": "^7.0.2",
"serialize-javascript": "^6.0.0",
"tslib": "^2.2.0",
"prettier": "^2.7.1",
"rollup": "^2.78.0",
"rollup-plugin-ts": "^3.0.2",
"terser": "^5.14.2",
"typescript": "^4.7.4"
},
"dependencies": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/masx200/custom-elements-random-define.git
git@gitee.com:masx200/custom-elements-random-define.git
masx200
custom-elements-random-define
custom-elements-random-define
master

搜索帮助