-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
34 lines (34 loc) · 954 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
{
"name": "babylonjs-charactercontroller",
"version": "0.4.5",
"description": "A CharacterController for BabylonJS",
"repository": {
"type": "git",
"url": "git://github.com/ssatguru/BabylonJS-CharacterController.git"
},
"keywords": [
"babylonjs",
"CharacterController"
],
"author": "satguru <ssatguru@gmail.com>",
"license": "Apache-2.0",
"contributors": [],
"main": "dist/CharacterController.js",
"types": "dist/CharacterController.d.ts",
"devDependencies": {
"babylonjs": "7.17.2",
"babylonjs-inspector": "^7.17.2",
"babylonjs-loaders": "^7.17.2",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"scripts": {
"start": "webpack serve --open /tst/test.html",
"build-dev": "webpack --mode=development",
"build": "webpack --mode=production"
}
}