Skip to content

Commit df8ce79

Browse files
author
BusinessHotels.com
authored
Update package.json
1 parent 93e359a commit df8ce79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"business-hotels-mcp": "dist/index.js"
77
},
88
"scripts": {
9-
"build": "tsc",
9+
"build": "tsc src/business-hotels-mcp/index.ts --outDir dist --target ES2022 --module NodeNext --moduleResolution NodeNext --esModuleInterop true --skipLibCheck true",
1010
"prepare": "npm run build",
1111
"start": "node dist/index.js"
1212
},
@@ -16,7 +16,7 @@
1616
"zod": "^3.22.4"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^20.11.24",
20-
"typescript": "^5.3.3"
19+
"typescript": "^5.3.3",
20+
"@types/node": "^20.11.24"
2121
}
2222
}

0 commit comments

Comments
 (0)