itinerary-generator
Version:
A React component for generating travel itineraries
51 lines (50 loc) • 1.36 kB
JSON
{
"name": "itinerary-generator",
"version": "1.0.19",
"description": "A React component for generating travel itineraries",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/kasim-divine-dev/ItineraryForm#readme",
"bugs": {
"url": "https://github.com/kasim-divine-dev/ItineraryForm/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kasim-divine-dev/ItineraryForm.git"
},
"license": "MIT",
"author": "Kasim Divine",
"type": "module",
"scripts": {
"build": "rollup -c",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"itinerary",
"travel",
"component",
"itinerary generator",
"trip planner",
"trip planner react",
"trip planner react component",
"trip planner react component",
"Ai itinerary generator"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/react": "^19.0.10",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.34.8",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.7.3"
},
"dependencies": {
"cohere-ai": "^7.15.4"
}
}