39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@lynkedup/map-sdk",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"test": "jest --runInBand"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=17",
|
|
"react-native": ">=0.70",
|
|
"react-native-maps": "^1.3.2",
|
|
"react-native-map-clustering": "^3.4.0 || ^4.0.0",
|
|
"@react-native-community/geolocation": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.0",
|
|
"eslint": "^8.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-native": "^0.70.0",
|
|
"jest": "^29.0.0",
|
|
"@types/jest": "^29.0.0",
|
|
"babel-jest": "^29.0.0",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@testing-library/react-native": "^12.9.0",
|
|
"@testing-library/jest-native": "^5.4.3",
|
|
"react-test-renderer": "^19.0.0",
|
|
"react": "^19.2.4",
|
|
"ts-jest": "^29.0.0",
|
|
"babel-jest": "^29.0.0",
|
|
"jest-environment-jsdom": "^29.0.0"
|
|
}
|
|
} |