{
  "name": "@tealeaf/elements",
  "version": "0.1.1",
  "description": "Tealeaf - A beautifully modular design system",
  "author": "phl3bas <info@builtbysepp.dev>",
  "homepage": "https://github.com/Phl3bas/Tealeaf#readme",
  "license": "MIT",
  "main": "tealeaf-elements.css",
  "keywords": [
    "design system",
    "css",
    "css-framework",
    "classless css",
    "classless",
    "reset",
    "normalise",
    "design tokens"
  ],
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "package.json",
    "README.md",
    "LICENCE",
    "tealeaf-elements.css"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Phl3bas/Tealeaf.git"
  },
  "scripts": {
    "build": "sass --no-source-map lib/index.scss:tealeaf-elements.css --style=compressed",
    "build:watch": "sass --no-source-map --watch lib/index.scss:tealeaf-elements.css --style=compressed",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/Phl3bas/Tealeaf/issues"
  },
  "devDependencies": {
    "sass": "^1.30.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  }
}
