{
  "name": "create-mantine",
  "type": "module",
  "version": "1.0.12",
  "description": "Make a new app with latest repos",
  "author": "Farhad Eidi",
  "license": "ISC",
  "bin": {
    "create-mantine": "bin/index.js"
  },
  "scripts": {
    "build": "rm -rf bin && ncc build ./src/index.ts -o bin/",
    "watch": "rm -rf bin && ncc build ./src/index.ts -w -o bin/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/farhadeidi/create-mantine.git"
  },
  "bugs": {
    "url": "https://github.com/farhadeidi/create-mantine/issues"
  },
  "homepage": "https://github.com/farhadeidi/create-mantine#readme",
  "devDependencies": {
    "@types/ncp": "^2.0.5",
    "@types/node": "^18.11.9",
    "cli-select": "^1.1.2",
    "ncp": "^2.0.0",
    "nodemon": "^2.0.20",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "@vercel/ncc": "^0.34.0",
    "g": "^2.0.1",
    "global": "^4.4.0"
  }
}
