1 Star 0 Fork 0

jqClub/easy-tinypng-new-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
JiangQi 提交于 2024-04-22 14:15 . fix: 使用hash替换文件名
{
"name": "easy-tinypng-new-cli-monorepo",
"version": "0.0.1",
"description": "",
"author": "sudongyuer",
"license": "MIT",
"funding": "https://github.com/sponsors/sudongyuer",
"homepage": "https://gitee.com/jqClub/easy-tinypng-new-clit#readme",
"repository": "https://gitee.com/jqClub/easy-tinypng-new-clit",
"bugs": "https://gitee.com/jqClub/easy-tinypng-new-clit/issues",
"keywords": [],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild",
"test": "vitest",
"typecheck": "tsc --noEmit",
"changeset": "changeset add",
"lint": "eslint . --cache",
"lint-fix": "eslint . --fix",
"try": "tsx src/index.ts",
"auto-export": "pnpm export",
"build:all": "pnpm turbo run build",
"version": "changeset version",
"release": "pnpm build:all && pnpm release:only",
"release:only": "changeset publish",
"remove:node_modules": "pnpx rimraf ./**/node_modules"
},
"devDependencies": {
"@changesets/cli": "^2.23.1",
"@sudongyuer/eslint-config": "^0.1.3",
"@types/node": "^18.0.0",
"eslint": "^8.18.0",
"pnpm": "^6.3.0",
"tsx": "^3.6.0",
"turbo": "^1.2.16",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"vite": "^2.9.12",
"vitest": "^0.15.2"
},
"eslintConfig": {
"extends": [
"@sudongyuer"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jqClub/easy-tinypng-new-cli.git
[email protected]:jqClub/easy-tinypng-new-cli.git
jqClub
easy-tinypng-new-cli
easy-tinypng-new-cli
master

搜索帮助