UNPKG

@formkit/icons

Version:
44 lines 914 B
{ "name": "@formkit/icons", "version": "1.7.2", "type": "module", "description": "Icons for FormKit inputs.", "main": "dist/index.cjs", "types": "dist/index.d.cts", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/index.d.mts", "development": "./dist/index.dev.mjs", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./*": "./dist/*" }, "keywords": [ "vue", "forms", "inputs", "icons" ], "repository": { "type": "git", "url": "git+https://github.com/formkit/formkit.git", "directory": "packages/icons" }, "contributors": [ "Andrew Boyd <andrew@formkit.com>" ], "license": "MIT", "dependencies": { "@formkit/core": "^1.7.2" }, "scripts": { "test": "jest" } }