mirror of
https://github.com/slidevjs/rough-notation.git
synced 2026-01-14 17:44:21 +01:00
40 lines
868 B
JSON
40 lines
868 B
JSON
{
|
|
"name": "@slidev/rough-notation",
|
|
"version": "0.0.0",
|
|
"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",
|
|
"lint": "tslint -p tsconfig.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pshihn/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": {
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^5.3.3",
|
|
"unbuild": "^2.0.0"
|
|
}
|
|
}
|