-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.06 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
{
"name": "laboratory-rl",
"version": "1.0.0",
"description": "A roguelike game built with TypeScript and the [rot.js](https://github.com/ondras/rot.js) library. **The game is currently in the planning and design phase**. It's not playable in it's current state, but if you're interested anyway follow this link [https://mizar999.github.io/laboratory-rl/](https://mizar999.github.io/laboratory-rl/)",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"serve": "http-server --port=8085 -c-1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mizar999/laboratory-rl.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mizar999/laboratory-rl/issues"
},
"homepage": "https://github.com/Mizar999/laboratory-rl#readme",
"devDependencies": {
"concurrently": "^7.6.0",
"http-server": "^14.1.1",
"rot-js": "^2.2.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}