Innital concept

Innital draft for diffrent shaped science packs.
This commit is contained in:
Hornwitser 2019-12-04 12:01:39 +01:00
commit f58ffe3d56
14 changed files with 152 additions and 0 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "clusterioMod",
"repository": "https://github.com/Danielv123/factorioClusterioMod",
"license": "MIT",
"engines": {
"node": ">=10"
},
"dependencies": {
"fs-extra": "^6.0.1",
"jszip": "^3.2.2",
"klaw": "^3.0.0",
"yargs": "^14.2.2"
}
}