source: trip-planner-front/node_modules/resolve/test/resolver/multirepo/package.json@ fa375fe

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

initial commit

  • Property mode set to 100644
File size: 380 bytes
Line 
1{
2 "name": "monorepo-symlink-test",
3 "private": true,
4 "version": "0.0.0",
5 "description": "",
6 "main": "index.js",
7 "scripts": {
8 "postinstall": "lerna bootstrap",
9 "test": "node packages/package-a"
10 },
11 "author": "",
12 "license": "MIT",
13 "dependencies": {
14 "jquery": "^3.3.1",
15 "resolve": "../../../"
16 },
17 "devDependencies": {
18 "lerna": "^3.4.3"
19 }
20}
Note: See TracBrowser for help on using the repository browser.