source:
trip-planner-front/node_modules/@schematics/angular/library/files/package.json.template@
84d0fbb
Last change on this file since 84d0fbb was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 270 bytes |
Line | |
---|---|
1 | { |
2 | "name": "<%= dasherize(packageName) %>", |
3 | "version": "0.0.1", |
4 | "peerDependencies": { |
5 | "@angular/common": "^<%= angularLatestVersion %>", |
6 | "@angular/core": "^<%= angularLatestVersion %>" |
7 | }, |
8 | "dependencies": { |
9 | "tslib": "^<%= tsLibLatestVersion %>" |
10 | } |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.