2024-03-11 01:33:47 +08:00

29 lines
712 B
JSON

{
"name": "@palxp/color-picker",
"version": "1.5.5",
"description": "TODO",
"author": "ShawnPhang <palxiao@vip.qq.com>",
"homepage": "https://fe-doc.palxp.cn/#/color-picker",
"license": "ISC",
"main": "index.ts",
"module": "index.ts",
"types": "index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/palxiao/front-end-arsenal.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/palxiao/front-end-arsenal/issues"
},
"dependencies": {
"throttle-debounce": "^5.0.0"
},
"gitHead": "fcba4b7113a557f245ea8e8e64170d93bbbe1e57"
}