Addon build working

This commit is contained in:
Darren Clarke 2023-05-10 09:34:18 +00:00
parent 6fca9c704f
commit 60e590f75c
22 changed files with 141 additions and 475 deletions

View file

@ -6,9 +6,6 @@
"zpm-build": "./dist/build.js",
"zpm-migrate": "./dist/migrate.js"
},
"dependencies": {
"ts-node": "^10.9.1"
},
"scripts": {
"build": "tsc"
},