UNPKG

create-tezos-smart-contract

Version:

Node.js toolset to write, test and deploy Tezos smart contracts

22 lines (21 loc) 546 B
export declare const makePackageJSON: (name: string, packageVersion: string) => { name: string; version: string; description: string; dependencies: { "create-tezos-smart-contract": string; "@taquito/signer": string; "@taquito/taquito": string; jest: string; }; scripts: { start: string; compile: string; "start-sandbox": string; "e2e-test": string; test: string; deploy: string; postinstall: string; }; keywords: string[]; };