source:
trip-planner-front/node_modules/license-webpack-plugin/dist/PackageJson.d.ts@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 233 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | interface 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 | } | |
13 | export { PackageJson }; |
Note:
See TracBrowser
for help on using the repository browser.