preserve stuff before trying something craz

This commit is contained in:
2020-06-15 23:49:53 -06:00
parent 9ace341ce4
commit 3505b16169
8 changed files with 354 additions and 18 deletions

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"dependencies": {
"@types/node": "^14.0.13",
"ncp": "^2.0.0",
"path": "^0.12.7"
},
"name": "system-builder",
"version": "1.0.0",
"main": "dist/processDef.js",
"repository": "mason@house.sa.vin:gitServer/system-builder.git",
"author": "Mason Payne <mason@masonitestudios.com>",
"license": "UNLICENSED",
"private": true
}