{ "name": "@slidev/rough-notation", "type": "module", "version": "0.0.4", "description": "Create and animate hand-drawn annotations on a web page", "author": "Preet Shihn", "license": "MIT", "homepage": "https://github.com/slidevjs/rough-notation#readme", "repository": { "type": "git", "url": "git+https://github.com/slidevjs/rough-notation.git" }, "bugs": { "url": "https://github.com/slidevjs/rough-notation/issues" }, "keywords": [ "annotate", "rough", "sketchy" ], "exports": { ".": { "import": "./dist/index.mjs" } }, "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "dist/index.d.mts", "files": [ "dist" ], "scripts": { "build": "unbuild", "prepack": "npm run build", "release": "bumpp && pnpm publish", "lint": "eslint ." }, "dependencies": { "roughjs": "^4.6.6" }, "devDependencies": { "@antfu/eslint-config": "^2.6.4", "bumpp": "^9.3.0", "eslint": "^8.57.0", "typescript": "^5.3.3", "unbuild": "^2.0.0" } }