UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

7 lines (6 loc) 226 B
/** * Lists the default npm scripts initialized by `ptbk coder init`. * * @private internal utility of `coder init` command */ export declare function getDefaultCoderPackageJsonScripts(): Readonly<Record<string, string>>;