Began refactoring Corporation implementation into separate modules (and converted to TypeScript). Rebalanced material starting prices and market properties (demand, competition, market price)

This commit is contained in:
danielyxie
2018-12-09 05:36:18 -08:00
parent 12743614a3
commit 6973dd8fca
18 changed files with 3648 additions and 3280 deletions

View File

@@ -6,6 +6,7 @@
"url": "https://github.com/danielyxie/bitburner/issues"
},
"dependencies": {
"@types/numeral": "0.0.25",
"acorn": "^5.0.0",
"acorn-dynamic-import": "^2.0.0",
"ajv": "^5.1.5",