-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1006 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": "geosketchpad",
"version": "0.0.3",
"description": "visualization of geographical features",
"author": "axmand",
"main": "dist/bundle/index.js",
"source": "src/index.ts",
"types": "dist/bundle/index.d.ts",
"type": "module",
"scripts": {
"dev": "vite --debug",
"worker": "gulp worker"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KIWI-ST/geosketchpad.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/KIWI-ST/geosketchpad/issues"
},
"homepage": "https://github.com/KIWI-ST/geosketchpad#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"kiwi.codegen": "^0.0.3",
"kiwi.matrix": "^0.6.4",
"kiwi.worker": "^0.0.4",
"pipegl": "^0.1.8",
"rollup": "^4.6.1",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"vite": "^5.0.5"
}
}