UNPKG

js2flowchart

Version:

> Why? While I've been working on [Under-the-hood-ReactJS](https://github.com/Bogdan-Lyashenko/Under-the-hood-ReactJS) I spent enormous amount of time on creating schemes. Each change in code or flowchart affects all entire scheme instantly, forcing you t

51 lines (50 loc) 1.24 kB
{ "name": "js2flowchart", "version": "1.3.5", "author": "Bohdan Liashenko", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Bogdan-Lyashenko/js-code-to-svg-flowchart.git" }, "main": "dist/js2flowchart.js", "scripts": { "dev": "webpack --progress --colors --watch --env dev", "build": "NODE_ENV=production webpack --progress", "babel-compile": "babel src -d build --copy-files", "pretty": "prettier --write \"./src/**/*.js\" \"./cli/*.js\"" }, "bin": { "js2flowchart": "./cli/index.cli.js" }, "devDependencies": { "@babel/cli": "^7.22.10", "@babel/core": "^7.22.10", "@babel/preset-env": "^7.22.10", "babel-loader": "^9.1.3", "buffer": "^6.0.3", "prettier": "3.0.2", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, "keywords": [ "svg", "code analyzeing", "webpack", "es6", "library", "universal", "umd", "commonjs" ], "dependencies": { "@babel/generator": "^7.22.10", "@babel/parser": "^7.22.10", "@babel/traverse": "^7.22.10", "commander": "^11.0.0", "deepmerge": "^4.3.1", "global": "^4.4.0", "string-width": "^6.1.0", "xml-escape": "^1.1.0" } }