source: trip-planner-front/node_modules/@schematics/angular/library/files/package.json.template

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

initial commit

  • Property mode set to 100644
File size: 270 bytes
RevLine 
[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.