1 Star 0 Fork 0

yll10243/yll_tinycolor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 800 Bytes
一键复制 编辑 原始数据 按行查看 历史
chepeng 提交于 2022-02-18 18:06 . 修改完成
{
"name": "yll_tinycolor",
"version": "1.0.0",
"description": "Fast, small color manipulation and conversion for TS",
"scripts": {
"dev": "nodemon --watch src/ -e ts --exec ts-node ./src/index.ts",
"start": "parcel ./index.html",
"build": "father-build",
"test": "jest",
"test-c": "jest --coverage"
},
"main": "lib/index.js",
"module": "es/index.js",
"author": "yll1024335892@163.com",
"repository": {
"type": "git",
"url": "https://gitee.com/yll10243/yll_tinycolor.git"
},
"homepage": "https://gitee.com/yll10243/yll_tinycolor.git#readme",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.4.0",
"father-build": "^1.21.1",
"jest": "^27.5.1",
"parcel": "^2.2.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yll10243/yll_tinycolor.git
git@gitee.com:yll10243/yll_tinycolor.git
yll10243
yll_tinycolor
yll_tinycolor
master

搜索帮助