-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 951 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 951 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "klee",
"version": "1.0.0",
"description": "Unreal Engine Blueprint Visualizer for the Web",
"private": "true",
"scripts": {
"dev": "webpack serve --config webpack.dev.js",
"docs": "webpack serve --config webpack.docs.js",
"build": "webpack --config webpack.prod.js"
},
"files": [
"/dist"
],
"keywords": [
"Unreal",
"Unreal Engine",
"Blueprint",
"NodeGraph"
],
"author": {
"email": "contact@tinu.io",
"name": "Martin Hodler",
"url": "https://tinu.io"
},
"contributors": [
"Pascal Aregger <pascal.aregger97@gmail.com>"
],
"devDependencies": {
"ifdef-loader": "^2.3.2",
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
}
}