-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
29 lines (29 loc) · 844 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
{
"name": "map-promisified",
"version": "0.4.0",
"author": {
"name": "soal",
"email": "[email protected]",
"url": "https://github.com/soal"
},
"description": "Wrapper for Mapbox Gl JS library that gives nice Promise-based API to asynchronous map functions",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/soal/map-promisified.git"
},
"private": false,
"main": "dist/mapPromisify.umd.js",
"module": "dist/mapPromisify.js",
"scripts": {
"build": "rollup -c rollup.config.es.js && rollup -c rollup.config.umd.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^6.0.0",
"@types/mapbox-gl": "^0.49.1",
"rollup": "^2.28.2",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.0.3"
}
}