-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 922 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
35
36
37
{
"name": "juno-console-examples",
"version": "0.0.1",
"description": "Game Examples made with the Juno Fantasy Console. ",
"keywords": [
"Games Examples",
"Juno",
"Fantasy console",
"Fantasy computer",
"TypeScript",
"Javascript",
"HTML5"
],
"devDependencies": {
"ts-loader": "^4.5.0",
"typescript": "^2.9.2",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7"
},
"dependencies": {
"juno-console": "^0.0.40"
},
"scripts": {
"dev": "webpack --mode development && webpack-dev-server --mode development",
"build": "webpack --mode production && webpack-dev-server --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitsensitive/juno-console-examples.git"
},
"author": {
"name": "digitsensitive",
"email": "digit.sensitivee@gmail.com"
},
"license": "MIT"
}