diff --git a/index.d.ts b/index.d.ts new file mode 100644 index 0000000..857cffe --- /dev/null +++ b/index.d.ts @@ -0,0 +1,5 @@ +/** + * Initialize a new Farcaster mini-app project + * @returns Promise + */ +export function init(): Promise; \ No newline at end of file diff --git a/package.json b/package.json index c2e4a45..2dbc14d 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,17 @@ { "name": "@neynar/create-farcaster-mini-app", - "version": "1.2.5", + "version": "1.2.6", "type": "module", "private": false, "access": "public", "exports": { ".": "./bin/init.js" }, + "types": "./index.d.ts", "files": [ "bin/index.js", - "bin/init.js" + "bin/init.js", + "index.d.ts" ], "keywords": [ "farcaster",