UNPKG

app-walkthrough

Version:

An intuitive guided walkthrough library with UI highlighting and voice narration for web apps.

34 lines (33 loc) 665 B
{ "name": "app-walkthrough", "version": "0.0.17", "description": "An intuitive guided walkthrough library with UI highlighting and voice narration for web apps.", "main": "dist/index.js", "types": "dist/types/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "app-guide", "guide", "help", "interactive", "tutorial", "ui-highlighting", "user-onboarding", "voice", "walkthrough" ], "author": "Kevin Wei", "license": "MIT", "devDependencies": { "typescript": "^5.1.6" }, "peerDependencies": { "es-toolkit": "^1.39.8" } }