-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 857 Bytes
/
package.json
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
{
"name": "@1amageek/mapkit",
"version": "0.4.1",
"private": false,
"contributors": [
{
"name": "Norikazu Muramoto",
"email": "[email protected]"
}
],
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"files": [
"lib/*"
],
"keywords": [
"mapkit",
"apple"
],
"scripts": {
"build": "tsup src --dts --format cjs,esm --clean",
"prepare": "npm run build"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@swc/core": "^1.10.3",
"@types/apple-mapkit-js-browser": "^5.78.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]+sha256.9e534e70afef06374f6126b44bda5760947135ce16a30aef1010e965fb7e3e3e"
}