1
0
Snowz 9218f57271 chore: 添加初始项目文件和依赖项
初始化项目,添加 favicon.ico、screenshot.png 等静态资源文件,以及 Vue、TailwindCSS 等依赖项。配置了 Vite 和 PostCSS,并生成了基本的项目结构。
2025-04-14 18:19:10 +08:00

44 lines
830 B
JSON

{
"name": "merge2",
"description": "Merge multiple streams into one stream in sequence or parallel.",
"authors": [
"Yan Qing <admin@zensh.com>"
],
"license": "MIT",
"version": "1.4.1",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git@github.com:teambition/merge2.git"
},
"homepage": "https://github.com/teambition/merge2",
"keywords": [
"merge2",
"multiple",
"sequence",
"parallel",
"merge",
"stream",
"merge stream",
"sync"
],
"engines": {
"node": ">= 8"
},
"dependencies": {},
"devDependencies": {
"standard": "^14.3.4",
"through2": "^3.0.1",
"thunks": "^4.9.6",
"tman": "^1.10.0",
"to-through": "^2.0.0"
},
"scripts": {
"test": "standard && tman"
},
"files": [
"README.md",
"index.js"
]
}