{ "name": "opcache-gui", "description": "A clean and responsive interface for Zend OPcache information, showing statistics, settings and cached files, and providing a real-time update for the information (using jQuery and React).", "version": "3.5.4", "main": "index.js", "devDependencies": { "@babel/cli": "^7.23.0", "@babel/core": "^7.23.2", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-react": "^7.22.15", "sass": "^1.69.5" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile-jsx": "node_modules/.bin/babel --presets @babel/preset-react build/_frontend/interface.jsx --plugins @babel/plugin-proposal-class-properties -o build/interface.js", "compile-scss": "node_modules/.bin/sass --no-source-map --style=compressed -q build/_frontend/interface.scss build/interface.css" }, "repository": { "type": "git", "url": "git+https://github.com/amnuts/opcache-gui.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/amnuts/opcache-gui/issues" }, "homepage": "https://github.com/amnuts/opcache-gui#readme" }