mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-19 09:26:07 -05:00
feat: add typedef file
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user