source:
trip-planner-front/node_modules/@schematics/angular/library/files/package.json.template
Last change on this file was 6a3a178, checked in by , 4 years ago | |
---|---|
|
|
File size: 270 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 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.