-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.26 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "mapbox-glowworm",
"version": "1.2.4",
"description": "mapbox-gl地图的萤火虫打点效果",
"main": "dist/mapbox-glowworm.esm.js",
"module": "dist/mapbox-glowworm.esm.js",
"browser": "dist/mapbox-glowworm.umd.js",
"types": "types/index.d.ts",
"type": "module",
"files": [
"dist/*.js",
"types"
],
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"mapbox-gl",
"地图",
"萤火虫",
"光影",
"打点"
],
"author": "tequila_king",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-typescript": "^11.1.2",
"@types/lodash-es": "^4.17.8",
"@types/mapbox-gl": "^2.7.13",
"@types/node": "^20.5.0",
"javascript-obfuscator": "^4.1.1",
"lodash-es": "^4.17.21",
"mapbox-gl": "2.15.0",
"rollup": "^3.28.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-obfuscator": "^1.1.0",
"rollup-plugin-uglify": "^6.0.4",
"tslib": "^2.6.1",
"typescript": "^5.1.6"
},
"dependencies": {}
}