swc-viewer-darwin-arm64
Version:
Desktop application to compare SWC and Babel output in real time
37 lines (36 loc) • 842 B
JSON
{
"name": "swc-viewer-darwin-arm64",
"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": {
"name": "Iván Rodríguez Calleja",
"email": "swc-viewer@gmail.com",
"url": "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"
}