mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-28 04:10:31 +08:00
29 lines
712 B
JSON
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"
|
|
}
|