27 lines
637 B
JSON
27 lines
637 B
JSON
{
|
|
"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",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"webpack": "^5.61.0",
|
|
"webpack-dev-server": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack-cli": "^4.9.1"
|
|
}
|
|
}
|