-
-
Notifications
You must be signed in to change notification settings - Fork 332
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 698 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"scripts": {
"build": "webpack",
"java2ts": "java2ts config.json",
"builder": "node ./build/build.js",
"build:examples:github": "node ./examples/github/build.js",
"build:webchat": "npm --prefix web-chat run build && npm --prefix web-chat run sync:android-assets"
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.4.1",
"copy-paste": "^1.5.3",
"esbuild": "^0.25.0",
"object-sizeof": "^2.6.1",
"typescript": "5.9.3"
},
"name": "operit",
"version": "1.0.0",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}