feat: add present package

This commit is contained in:
Felix Hungenberg
2026-01-23 14:12:13 +01:00
parent 5570d975f5
commit 591af7a2e3
2 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "present",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "cargo install --locked presenterm",
"dev": "presenterm README.md"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.28.1"
}