package.json 435 B

12345678910111213141516171819202122
  1. {
  2. "name": "tswebprac",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "parcel index.html",
  8. "watch": "parcel watch index.html"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "@types/googlemaps": "^3.43.3"
  15. },
  16. "devDependencies": {
  17. "@faker-js/faker": "^8.3.1",
  18. "buffer": "^6.0.3",
  19. "parcel": "^2.11.0",
  20. "typescript": "^4.9.4"
  21. }
  22. }