source: trip-planner-front/node_modules/license-webpack-plugin/dist/PackageJson.d.ts@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 233 bytes
Line 
1interface PackageJson {
2 name: string;
3 license?: string | {
4 type: string;
5 url: string;
6 };
7 licenses?: {
8 type: string;
9 url: string;
10 }[];
11 version: string;
12}
13export { PackageJson };
Note: See TracBrowser for help on using the repository browser.