{ "name": "@fa-repo/mobile-dev-environment", "version": "0.7.1", "description": "MDE displays a console output tray and extendable action bar inside your browser window.", "main": "./src/mde.js", "scripts": { "test": "jest", "test:coverage": "jest --coverage", "test:watch": "jest --watchAll", "build": "webpack --mode=production", "watch": "webpack --mode=development --watch", "lint": "eslint --ignore-path .gitignore .", "release": "np" }, "files": [ "/dist" ], "repository": { "type": "git", "url": "git+https://github.com/fa-repo/mobile-dev-environment.git" }, "author": "fa-repo", "license": "MIT", "bugs": { "url": "https://github.com/fa-repo/mobile-dev-environment/issues" }, "homepage": "https://github.com/fa-repo/mobile-dev-environment#readme", "devDependencies": { "@babel/core": "^7.7.5", "@babel/preset-env": "^7.7.6", "babel-loader": "^8.0.6", "classnames": "^2.2.6", "css-loader": "^3.3.2", "eslint": "^6.7.2", "extract-text-webpack-plugin": "^3.0.2", "jest": "^24.9.0", "mini-css-extract-plugin": "^0.8.0", "node-sass": "^4.13.0", "np": "^5.2.1", "sass-loader": "^8.0.0", "style-loader": "^1.0.1", "webpack": "^4.41.2", "webpack-cli": "^3.3.10" }, "dependencies": { "crel": "^4.2.0", "crelns": "^1.0.1", "lodash": "^4.17.15" }, "jest": { "moduleFileExtensions": [ "js" ], "moduleDirectories": [ "node_modules", "" ] } }