@pakk/core
Version:
The core library of pakk, that can manage your package.json for library development.
11 lines • 392 B
TypeScript
/**
* The hooks pnpm too will use.
*/
export declare const NPM_INSTALL_HOOKS: string[];
/**
* From https://docs.npmjs.com/cli/v8/using-npm/scripts
* And anything that start pre- and post- that also matches a user defined
* script (prebuild and postbuild works if 'build' exists)
*/
export declare const ALL_NPM_HOOKS: string[];
//# sourceMappingURL=package-json-npm-hooks.const.d.ts.map