Added build scripts for npm

This commit is contained in:
Carter Bertolini 2023-10-10 16:11:35 -04:00
parent 093fa54126
commit 572136a24d

View File

@ -5,6 +5,8 @@
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"live-build": "tsc --watch",
"lint": "eslint src/ --fix",
"lint-test": "eslint test/ --fix",
"test": "jest test/ --config jest.config.ts"