UNPKG

app-overview

Version:

> A visualization of the application structure. See, read & learn the code, effortlessly.

64 lines (63 loc) 1.65 kB
{ "name": "app-overview", "version": "1.0.9", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack.config.js", "start": "webpack-dev-server --progress --colors", "precommit": "lint-staged", "overview": "./bin/overview" }, "lint-staged": { "*.{js,json,css,md}": ["prettier --write", "git add"] }, "repository": { "type": "git", "url": "git+https://github.com/rainierlouis/overview.git" }, "keywords": ["overview"], "author": "", "bin": { "overview": "./index.js" }, "license": "ISC", "bugs": { "url": "https://github.com/rainierlouis/overview/issues" }, "homepage": "https://github.com/rainierlouis/overview#readme", "devDependencies": { "babel": "^6.23.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "husky": "^0.14.3", "lint-staged": "^6.1.0", "nyc": "^11.4.1", "prettier": "^1.10.2", "standard": "^10.0.3", "tap": "^11.0.1", "webpack": "^3.10.0", "webpack-dev-server": "^2.11.1" }, "dependencies": { "asciiart-logo": "^0.1.7", "asciimo": "^0.3.1", "babylon": "^6.18.0", "babylon-walk": "^1.0.2", "chalk": "^2.3.0", "command-line-args": "^5.0.1", "fs-extra": "^5.0.0", "gm": "^1.23.1", "mkdirp": "^0.5.1", "node-cmd": "^3.0.0", "npm-root": "^1.1.0", "ora": "^1.4.0", "shelljs": "^0.8.1", "uuid": "^3.2.1" } }