swc-viewer-darwin-x64
Version:
Desktop application to compare SWC and Babel output in real time
33 lines (32 loc) • 790 B
JSON
{
"name": "swc-viewer-darwin-x64",
"description": "Desktop application to compare SWC and Babel output in real time",
"version": "0.0.14",
"main": "./index.js",
"files": [
"index.js",
"postinstall.js",
"app"
],
"repository": {
"type": "git",
"url": "git+https://github.com/IvanRodriCalleja/swc-viewer.git"
},
"author": "Iván Rodríguez Calleja <swc-viewer@gmail.com> (https://github.com/IvanRodriCalleja)",
"bugs": {
"url": "https://github.com/IvanRodriCalleja/swc-viewer/issues"
},
"keywords": [
"swc",
"viewer",
"comparer"
],
"homepage": "https://github.com/IvanRodriCalleja/swc-viewer#readme",
"scripts": {
"postinstall": "node postinstall.js"
},
"dependencies": {
"decompress": "^4.2.1"
},
"license": "MIT"
}