-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 1.08 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
{
"name": "@zhobo63/imgui-ts",
"version": "0.1.46",
"description": "JavaScript bindings for Dear ImGui using Emscripten and TypeScript, modulized with webpack from imgui-js",
"main": "./src/index",
"scripts": {
"webpack": "webpack --mode=production --node-env=production",
"webpack:dev": "webpack --mode=development",
"webpack:dev-watch": "webpack --mode=development --watch",
"webpack:prod": "webpack --mode=production --node-env=production",
"webpack:prod-watch": "webpack --mode=production --node-env=production --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhobo63/imgui-ts.git"
},
"author": "zhobo63",
"license": "MIT",
"devDependencies": {
"@webpack-cli/generators": "^3.0.7",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@types/emscripten": "^1.39.6"
},
"bugs": {
"url": "https://github.com/zhobo63/imgui-ts/issues"
},
"homepage": "https://github.com/zhobo63/imgui-ts#readme"
}