-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 853 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
{
"name": "mapbox-composition",
"version": "2.2.3",
"description": "Mapbox GL wrapper to use with Composition API",
"main": "lib/index.js",
"module": "lib/index.js",
"scripts": {
"build": "tsc && cp ./src/styles.css ./lib",
"prepare": "npm run build"
},
"author": "Marc Vilella <[email protected]> (https://github.com/markusand)",
"license": "ISC",
"devDependencies": {
"@types/geojson": "^7946.0.10",
"@types/mapbox-gl": "^2.7.4",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.5.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-import": "^2.26.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"mapbox-gl": "^2.10.0 || ^3.0.0"
},
"files": [
"lib"
]
}