{ "name": "node-red-debugger", "version": "1.1.1", "description": "A flow debugger for Node-RED 2.x", "repository": { "type": "git", "url": "https://github.com/node-red/node-red-debugger.git" }, "scripts": { "build": "(tsc || exit 1) && npm run tslint && npm run copyAssets", "tslint": "tslint -c tslint.json -p tsconfig.json", "copyAssets": "node scripts/copy-static-assets.js", "dev": "nodemon --exec 'npm run build' -i dist -i resources -e 'ts html css'", "test": "npm run build" }, "keywords": ["node-red","debugger"], "author": "Nick O'Leary ", "files": [ "dist", "resources" ], "license": "Apache-2", "node-red": { "version": ">=2.0.0", "plugins": { "flow-debugger": "dist/flow-debugger.js" } }, "devDependencies": { "@types/node": "^15.12.2", "fs-extra": "^10.0.0", "html-minifier": "^4.0.0", "nodemon": "^2.0.7", "tslint": "^6.1.3", "typescript": "^4.3.2" } }