Skip to content

Commit 8604ae3

Browse files
authored
Add files via upload
1 parent 9d477c6 commit 8604ae3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "lcw-tour-guide",
3+
"version": "1.0.0",
4+
"description": "lcwTourGuide is a lightweight and customizable JavaScript guided tour library that allows you to highlight elements, show tooltips, and navigate users through step-by-step tours of your web application. Supports callbacks on start, step change, and completion.",
5+
"main": "dist/lcwTourGuide.min.js",
6+
"scripts": {
7+
"build": "terser src/lcwTourGuide.js -o dist/lcwTourGuide.min.js --compress --mangle"
8+
},
9+
"keywords": [
10+
"tour",
11+
"javascript",
12+
"guided-tour",
13+
"plugin",
14+
"tooltip",
15+
"highlight"
16+
],
17+
"author": "Zaid Bin Khalid",
18+
"license": "MIT",
19+
"dependencies": {},
20+
"devDependencies": {
21+
"terser": "^5.20.0"
22+
}
23+
}

0 commit comments

Comments
 (0)