assassin-bug/package.json

30 lines
730 B
JSON
Raw Permalink Normal View History

2021-11-03 11:08:40 +00:00
{
"name": "assassin-bug",
"version": "1.0.0",
"description": "Text adventure for GitHub's Game Off 2021 jam",
"main": "webpack.config.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --open --mode development"
},
"repository": {
"type": "git",
"url": "https://code.iamtalon.me/talon/assassin-bug"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"copy-webpack-plugin": "^9.0.1",
2021-11-04 19:58:37 +00:00
"eventemitter3": "^4.0.7",
2021-11-03 11:08:40 +00:00
"html-webpack-plugin": "^5.5.0",
2021-11-04 19:58:37 +00:00
"terser-webpack-plugin": "^5.2.4",
2021-11-03 11:08:40 +00:00
"webpack": "^5.61.0",
2021-11-04 19:58:37 +00:00
"webpack-dev-server": "^4.4.0",
"yaml": "^1.10.2"
2021-11-03 11:08:40 +00:00
},
"devDependencies": {
"webpack-cli": "^4.9.1"
}
}