aboutsummaryrefslogtreecommitdiff
path: root/packages/icons-vue-3/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/icons-vue-3/package.json')
-rw-r--r--packages/icons-vue-3/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/icons-vue-3/package.json b/packages/icons-vue-3/package.json
new file mode 100644
index 00000000..1daa9f2e
--- /dev/null
+++ b/packages/icons-vue-3/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "@tabler/icons-vue-3",
+ "version": "2.0.0",
+ "author": "codecalm",
+ "license": "MIT",
+ "homepage": "https://tabler-icons.io",
+ "bugs": {
+ "url": "https://github.com/tabler/tabler-icons/issues"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tabler/tabler-icons.git",
+ "directory": "packages/icons-vue-3"
+ },
+ "sideEffects": false,
+ "scripts": {
+ "clean": "rm -rf dist"
+ }
+}