add files to package.json

This commit is contained in:
tamaina 2023-02-06 12:50:42 +00:00
parent 85a7f47539
commit 221400ba70

View File

@ -5,6 +5,11 @@
"main": "built/index.js",
"packageManager": "pnpm@7.26.0",
"type": "module",
"files": [
"built",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"watch": "swc src -d built -D -w & fastify start -w -l info -P ./built/index.js",