source:
trip-planner-front/node_modules/license-webpack-plugin/dist/PackageJson.d.ts@
1ad8e64
Last change on this file since 1ad8e64 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 233 bytes |
Line | |
---|---|
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.