{ "name": "@pyroscope/webapp", "version": "1.68.22", "private": true, "license": "Apache-2.0", "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "dev": "webpack --config ../scripts/webpack/webpack.dev.ts --watch", "lint": "eslint ./ --cache --fix", "clean": "rm -rf public/assets && rm -rf public/*.html", "type-check": "tsc -p tsconfig.json --noEmit", "build": "yarn run clean && yarn run build:standalone && yarn run build:webapp", "build:standalone": "webpack --config ../scripts/webpack/webpack.standalone.ts", "build:webapp": "NODE_ENV=production webpack --config ../scripts/webpack/webpack.prod.ts" }, "dependencies": { "@pyroscope/flamegraph": "^0.35.6", "@pyroscope/models": "^0.4.7" } }