Files
rough-notation/package.json
2024-02-24 15:47:37 +01:00

44 lines
993 B
JSON

{
"name": "@slidev/rough-notation",
"type": "module",
"version": "0.0.3",
"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"
],
"main": "dist/index.mjs",
"module": "dist/index.cjs",
"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.56.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0"
}
}