|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
387 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "ljharb-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.