diff --git a/create-tnf/package.json b/create-tnf/package.json index cfed05f..36e1690 100644 --- a/create-tnf/package.json +++ b/create-tnf/package.json @@ -29,6 +29,9 @@ "typescript": "^5.6.3", "yargs-parser": "^21.1.1" }, + "authors": [ + "chencheng (https://github.com/sorrycc)" + ], "engines": { "node": ">=18.13" } diff --git a/package.json b/package.json index 8451832..57ac51d 100644 --- a/package.json +++ b/package.json @@ -138,6 +138,9 @@ "node": ">=18.13", "pnpm": "^8.0.0" }, + "authors": [ + "chencheng (https://github.com/sorrycc)" + ], "publishConfig": { "access": "public" },