add license to package.json

This commit is contained in:
Antoine Kingue 2024-03-18 13:51:33 +01:00
parent 074f2c7ebb
commit 23dcd043e8

View File

@ -17,6 +17,7 @@
"cli",
"typescript"
],
"license": "MIT",
"scripts": {
"index": "ts-node ./src/cli.ts",
"build": "tsup",