mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
feat: add typedef file
This commit is contained in:
parent
c794265892
commit
ce60e03424
5
index.d.ts
vendored
Normal file
5
index.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Initialize a new Farcaster mini-app project
|
||||||
|
* @returns Promise<void>
|
||||||
|
*/
|
||||||
|
export function init(): Promise<void>;
|
||||||
@ -1,15 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "@neynar/create-farcaster-mini-app",
|
"name": "@neynar/create-farcaster-mini-app",
|
||||||
"version": "1.2.5",
|
"version": "1.2.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": false,
|
"private": false,
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./bin/init.js"
|
".": "./bin/init.js"
|
||||||
},
|
},
|
||||||
|
"types": "./index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"bin/index.js",
|
"bin/index.js",
|
||||||
"bin/init.js"
|
"bin/init.js",
|
||||||
|
"index.d.ts"
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"farcaster",
|
"farcaster",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user