MCPcopy
hub / github.com/activepieces/activepieces / PackageJson

Interface PackageJson

tools/scripts/pieces/bump-translated-pieces.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { execSync } from 'child_process';
4
5interface PackageJson {
6 name: string;
7 version: string;
8 [key: string]: any;
9}
10
11interface UpdateResult {
12 success: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected