@steeze-ui/css-gg
Version: 
Icon Sources (based on CSS.gg) built for @steeze-ui/icons
52 lines • 1.32 kB
JSON
{
  "name": "@steeze-ui/css-gg",
  "description": "Icon Sources (based on CSS.gg) built for @steeze-ui/icons",
  "version": "1.0.0",
  "type": "module",
  "main": "index.js",
  "devDependencies": {
    "@steeze-ui/icons": "*",
    "@steeze-ui/svelte-icon": "*",
    "@sveltejs/adapter-auto": "next",
    "@sveltejs/kit": "next",
    "@sveltejs/package": "1.0.0-next.1",
    "@types/node": "^17.0.0",
    "css.gg": "^2.0.0",
    "esmo": "^0.14.1",
    "prettier": "^2.4.1",
    "prettier-plugin-svelte": "^2.4.0",
    "svelte": "^3.44.0",
    "svelte-check": "^2.2.6",
    "svelte-preprocess": "^4.9.4",
    "svelte2tsx": "^0.4.11",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3",
    "vite": "^3.0.9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steeze-ui/icons.git",
    "directory": "packages/builders/feather-icons-builder"
  },
  "keywords": [
    "raw",
    "icons",
    "css.gg",
    "outline",
    "steeze"
  ],
  "author": "Yash <code.yash@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/steeze-ui/icons/issues"
  },
  "homepage": "https://github.com/steeze-ui/icons#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": "./index.js"
  }
}