{
  "name": "bottom-tip",
  "version": "0.1.5",
  "description": "A div for displaying console.log messages, with some styles",
  "type": "module",
  "main": "./lib/bottom-tip.js",
  "scripts": {
    "prepublish": "yarn compile",
    "compile": "tsc --outDir lib/",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "devtools"
  ],
  "author": "jiyinyiyong",
  "license": "MIT",
  "devDependencies": {
    "@types/virtual-dom": "^2.1.1",
    "prettier": "^2.8.4",
    "typescript": "^5.0.2",
    "vite": "^4.2.0"
  },
  "dependencies": {
    "nanoid": "^4.0.1",
    "virtual-dom": "^2.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mvc-works/bottom-tip.git"
  },
  "bugs": {
    "url": "https://github.com/mvc-works/bottom-tip/issues"
  },
  "homepage": "https://github.com/mvc-works/bottom-tip#readme"
}
