{
  "name": "@social-mail/web-components",
  "version": "1.1.38",
  "description": "This repository contains social mail web components used inside Website.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npx tsc .",
    "build-watch": "npx tsc . -w",
    "build-css": "npx postcss \"./src/**/*.css\" --base src --dir dist --map --verbose",
    "build-css-watch": "npx postcss \"./src/**/*.css\" --base src --dir dist --map --verbose -w",
    "postversion": "git push --follow-tags"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "cssnano": "^7.0.6",
    "http-server": "^14.1.1",
    "postcss": "^8.5.3",
    "postcss-cli": "^11.0.1",
    "postcss-import": "^16.1.0",
    "postcss-url": "^10.1.3",
    "postcss-import-ext-glob": "^2.1.1",
    "postcss-import-styled-js": "^1.0.21",
    "postcss-nested": "^7.0.2",
    "postcss-preset-env": "^10.1.5",
    "ts-loader": "^9.5.1",
    "typescript": "^7.0.2"
  }
}
