-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.19 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
{
"name": "oinari",
"version": "0.2.0",
"description": "Oinari(オイナリ) is the PoC project using distributed algorithms. In this program, by connecting users' browsers and collaborating with each other, it is possible to diffuse the data with little use of the server.",
"main": "oinari.js",
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@googlemaps/three": "^4.0.2",
"three": "^0.154.0"
},
"devDependencies": {
"@types/aframe": "^1.2.5",
"@types/emscripten": "^1.39.6",
"@types/golang-wasm-exec": "^1.15.0",
"@types/google.maps": "^3.53.4",
"@types/jest": "^29.5.2",
"@types/three": "^0.153.0",
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/llamerada-jp/oinari.git"
},
"author": "Yuji Ito <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/llamerada-jp/oinari/issues"
},
"homepage": "https://github.com/llamerada-jp/oinari#readme"
}