UNPKG

astexplorer.app

Version:

https://astexplorer.net with ES Modules support and Hot Reloading

80 lines (79 loc) 2.04 kB
{ "name": "astexplorer.app", "description": "https://astexplorer.net with ES Modules support and Hot Reloading", "version": "0.18.17", "author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)", "bin": { "astexplorer": "bin/astexplorer.sh" }, "config": { "forge": "./forge.config.js" }, "dependencies": { "@electron-forge/cli": "6.0.0-beta.63", "chalk": "4.1.2", "chokidar": "3.5.3", "electron": "17.1.0", "electron-devtools-installer": "3.2.0", "rollup": "2.68.0", "rollup-plugin-typescript2": "0.31.2", "ttypescript": "1.5.13", "typescript": "4.5.5" }, "devDependencies": { "@electron-forge/maker-zip": "6.0.0-beta.63", "@types/chokidar": "2.1.3", "@typescript-eslint/eslint-plugin": "5.12.1", "@typescript-eslint/parser": "5.12.1", "babel-plugin-transform-async-to-generator": "6.24.1", "babel-preset-env": "1.7.0", "babel-preset-react": "6.24.1", "electron": "17.1.0", "eslint": "8.10.0", "eslint-plugin-import": "2.25.4", "jscodeshift": "0.13.1" }, "files": [ "assets", "bin", "dist", "forge.config.js", "out", "static", "vendor/astexplorer/out" ], "homepage": "https://github.com/JamieMason/astexplorer.app#readme", "keywords": [ "ast", "ast-explorer", "babel", "babel-plugin", "codemod", "codemods", "electron", "eslint", "eslintplugin", "javascript", "jscodeshift", "parser", "postcss", "transforms", "typescript" ], "license": "MIT", "main": "dist/index.js", "productName": "AST Explorer", "resolutions": { "chalk": "4.1.2" }, "scripts": { "build": "rm -rf dist && tsc", "format": "prettier --write './src/**/*.*'", "lint": "eslint src", "prepack": "yarn build", "start": "electron-forge start", "upstream:build": "./scripts/build-upstream.sh", "upstream:pull": "./scripts/pull-upstream.sh", "upstream:update": "yarn upstream:pull && upstream:build" } }