{ "name": "@lerna-ex2/front-end", "version": "0.0.0", "description": "> TODO: description", "author": "manhvu ", "homepage": "", "license": "ISC", "main": "lib/front-end.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git@git.baikal.io:manhvu/lerna-ex2.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { "@lerna-ex2/logger": "^0.0.0" } }