{
  "name": "manthemes",
  "version": "1.2.3-alpha.1",
  "description": "Mantine made themes.",
  "author": "johnsiras",
  "license": "MIT",
  "homepage": "https://github.com/Johnsiras/manthemes#readme",
  "scripts": {
    "build": "tsc --build",
    "build:clean": "tsc --build --clean",
    "build:watch": "tsc --build --watch",
    "copy": "yarn build && copy /Y package.json dist && copy /Y readme.md dist && cd dist"
  },
  "keywords": [
    "mantine",
    "theme",
    "react",
    "javascript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Johnsiras/manthemes.git"
  },
  "bugs": {
    "url": "https://github.com/Johnsiras/manthemes/issues"
  },
  "dependencies": {
    "@mantine/core": "4.2.9",
    "type-fest": "^2.13.1"
  },
  "devDependencies": {
    "np": "^7.6.1",
    "typescript": "^4.7.3"
  }
}
