UNPKG

@wufengteam/icons

Version:

@wufengteam/icons

35 lines (34 loc) 708 B
{ "name": "@wufengteam/icons", "version": "4.1.1", "description": "@wufengteam/icons", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "files": [ "lib" ], "keywords": [ "wufengteam", "alita" ], "authors": [ "xiaohuoni <448627663@qq.com> (https://github.com/xiaohuoni)" ], "scripts": { "watch": "father-build -w", "build": "pnpm run generate:main && father-build", "generate:main": "node scripts/g" }, "license": "MIT", "peerDependencies": { "react": ">=16.8.6" }, "publishConfig": { "access": "public" }, "dependencies": { "@rollup/plugin-url": "^6.1.0" } }