| 12345678910111213141516171819202122 |
- {
- "name": "tswebprac",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "parcel index.html",
- "watch": "parcel watch index.html"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@types/googlemaps": "^3.43.3"
- },
- "devDependencies": {
- "@faker-js/faker": "^8.3.1",
- "buffer": "^6.0.3",
- "parcel": "^2.11.0",
- "typescript": "^4.9.4"
- }
- }
|