tour-navigator
Version:
Streamline website tours with Tour Navigator: Customizable and intuitive.
42 lines (41 loc) • 1.05 kB
JSON
{
"name": "tour-navigator",
"version": "1.0.23",
"description": "Streamline website tours with Tour Navigator: Customizable and intuitive.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viveKing21/tour-navigator.git"
},
"keywords": [
"react-tour",
"tour-navigator",
"walktour",
"walkthrough"
],
"author": "Vivek Sharma <sharma.vivek.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/viveKing21/tour-navigator/issues"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"homepage": "https://github.com/viveKing21/tour-navigator#readme",
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0"
},
"files": [
"lib/**/*"
]
}