加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
xxXyh1908 提交于 2022-07-13 20:27 . v1.2.0
{
"name": "complugin-swc",
"version": "1.2.0",
"description": "complugin to compile bundles with the swc.",
"author": "xxXyh1908",
"license": "MIT",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch src",
"test": "vitest",
"test:ui": "vitest --ui",
"depcheck": "depcheck",
"prepublishOnly": "npm run build",
"release": "bumpp --commit --push --tag --all -x 'npx conventional-changelog -p angular -i CHANGELOG.md -s' && npm publish"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"complugin",
"bundler-plugin",
"plugin",
"rollup",
"esbuild",
"vite",
"webpack",
"swc"
],
"dependencies": {
"@swc/core": "^1.2.209",
"@swc/helpers": "^0.4.3",
"complugin": "^1.1.1",
"convert-source-map": "^1.8.0",
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@types/convert-source-map": "^1.5.2",
"@types/lodash-es": "^4.17.6",
"@types/node": ">12.2.0",
"@types/webpack-sources": "^3.2.0",
"@vitest/ui": "^0.16.0",
"bumpp": "^8.2.1",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.14.48",
"lodash-es": "^4.17.21",
"memfs": "^3.4.7",
"rollup": "^2.75.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vitest": "^0.16.0",
"webpack": "^5.73.0",
"webpack4": "npm:webpack@4",
"webpack5": "npm:webpack@5"
},
"repository": {
"type": "git",
"url": "https://gitee.com/xxXyh1908/complugin-swc"
},
"bugs": {
"url": "https://gitee.com/xxXyh1908/complugin-swc/issues"
},
"homepage": "https://gitee.com/xxXyh1908/complugin-swc/#readme"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化