Files
rough-notation/package.json
2024-02-21 11:58:28 +01:00

43 lines
963 B
JSON

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