{ "name": "plex", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ogobrecht/plex.git" }, "scripts": { "build": "node src/build.js", "postbuild": "npx ploc --in src/PLEX.pks --out README.md", "watch": "chokidar src/PLEX.pks src/PLEX.pkb src/plex_install.sql --initial -c \"npm run build\"" }, "dependencies": { "chokidar-cli": "^1.2.2", "ploc": "^0.6.1" } }