-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.62 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "@tomtom-org/maps-sdk",
"author": "TomTom International B.V.",
"license": "See in LICENSE.txt",
"version": "0.50.0",
"description": "TomTom Maps for JavaScript",
"scripts": {
"build": "pnpm build:sdk",
"build:api-reference": "typedoc",
"build:examples": "pnpm -F @tomtom-org/maps-sdk-examples build",
"build:examples:sandpack": "pnpm -F @tomtom-org/maps-sdk-examples build:sandpack",
"build:sdk": "pnpm -F core build && pnpm -F services build && pnpm -F map build",
"eval:explorer": "pnpm -F @testing/ai-eval-explorer dev",
"eval:explorer:build": "pnpm -F @testing/ai-eval-explorer build",
"build:agent-eval": "pnpm -F agent-eval build",
"build:plugins": "pnpm -F './plugins/*' build",
"clean": "pnpm -r --no-bail clean:dist && pnpm -r --no-bail clean:cache",
"e2e-test:agent-toolkit:sandbox": "pnpm -F @tomtom-org/maps-sdk-plugin-agent-toolkit test:e2e",
"e2e-test:examples": "pnpm -F @tomtom-org/maps-sdk-examples test:e2e",
"e2e-test:examples:sandpack": "pnpm -F @tomtom-org/maps-sdk-examples test:e2e:sandpack",
"e2e-test:examples:prod": "pnpm -F @tomtom-org/maps-sdk-examples test:e2e:prod",
"eval-test:examples": "pnpm -F @tomtom-org/maps-sdk-examples test:eval",
"e2e-test:examples:update-all-snapshots": "pnpm -F @tomtom-org/maps-sdk-examples test:e2e:update-all-snapshots",
"e2e-test:examples:update-snapshot": "pnpm -F @tomtom-org/maps-sdk-examples test:e2e:update-snapshot",
"e2e-test:sdk": "pnpm -F map-integration-tests test",
"generate-thumbnails:examples": "pnpm -F @tomtom-org/maps-sdk-examples generate-thumbnails",
"format": "biome format .",
"format:fix": "biome format . --write",
"lint": "biome lint .",
"lint:fix": "biome check . --write && biome lint . --write",
"preinstall": "npx only-allow pnpm",
"agent-tool-calling-test:agent-toolkit": "pnpm -F @tomtom-org/maps-sdk-plugin-agent-toolkit test:agent-tool-calling",
"agent-tool-calling-test:examples": "pnpm -F @tomtom-org/maps-sdk-examples test:agent-tool-calling",
"sync-docs-package-version": "bash documentation/scripts/update-sdk-version-in-docs.sh",
"sync-examples-package-version": "bash examples/scripts/sync-examples-package-version.sh",
"test:agent-eval": "pnpm -F agent-eval test",
"test:sdk": "pnpm -F core test && pnpm -F services test && pnpm -F map test",
"test:sdk:coverage": "pnpm -F core test:coverage && pnpm -F services test:coverage && pnpm -F map test:coverage",
"test:plugins": "pnpm --filter './plugins/*' run --if-present test",
"test:examples": "pnpm -F @tomtom-org/maps-sdk-examples test",
"type-check:examples": "pnpm -F @tomtom-org/maps-sdk-examples type-check",
"type-check:plugins": "pnpm -F plugins type-check",
"type-check:sdk": "pnpm -F core type-check && pnpm -F services type-check && pnpm -F map type-check && pnpm -F map-integration-tests type-check"
},
"keywords": [
"tomtom",
"sdk",
"api",
"map",
"location",
"search",
"geocoding",
"routing",
"traffic",
"web",
"nodejs"
],
"devDependencies": {
"@biomejs/biome": "^2.5.0",
"@size-limit/file": "^12.1.0",
"@size-limit/preset-app": "^12.1.0",
"size-limit": "^12.1.0",
"typedoc": "^0.28.19",
"yaml": "^2.9.0"
},
"peerDependencies": {
"@turf/turf": "catalog:",
"lodash-es": "catalog:",
"maplibre-gl": "catalog:",
"zod": "catalog:"
},
"size-limit": [
{
"path": "services/dist/services*.js"
},
{
"path": "core/dist/core*.js"
},
{
"path": "map/dist/map*.js"
}
],
"engines": {
"node": ">=24",
"pnpm": ">=10"
},
"pnpm": {
"overrides": {
"@assistant-ui/react-ai-sdk": "1.3.32",
"@codesandbox/nodebox": "link:./stubs/nodebox",
"@microsoft/api-extractor": "catalog:",
"ajv": "^8.20.0",
"fsevents": "^2.3.3",
"minimatch@10": "^10.2.5",
"nanoid": "^5.1.11",
"sax": "^1.6.0",
"semver@7": "^7.8.3",
"typescript": "catalog:"
},
"onlyBuiltDependencies": [
"sharp"
]
},
"packageManager": "pnpm@10.34.1",
"files": [
"core/dist",
"core/package.json",
"map/dist",
"map/package.json",
"services/dist",
"services/package.json",
"package.json",
"README.md",
"CHANGELOG.md",
"LICENSE.txt"
],
"exports": {
"./core": {
"types": "./core/dist/index.d.ts",
"default": "./core/dist/core.es.js"
},
"./services": {
"types": "./services/dist/index.d.ts",
"default": "./services/dist/services.es.js"
},
"./map": {
"types": "./map/dist/index.d.ts",
"default": "./map/dist/map.es.js"
}
}
}