We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c24073 commit 3c27f6dCopy full SHA for 3c27f6d
package.json
@@ -2,14 +2,18 @@
2
"name": "node-red-debugger",
3
"version": "1.0.0",
4
"description": "A flow debugger for Node-RED 2.x",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/node-red/node-red-debugger.git"
8
+ },
9
"scripts": {
10
"build": "(tsc || exit 1) && npm run tslint && npm run copyAssets",
11
"tslint": "tslint -c tslint.json -p tsconfig.json",
12
"copyAssets": "node scripts/copy-static-assets.js",
13
"dev": "nodemon --exec 'npm run build' -i dist -e 'ts html'",
14
"test": "npm run build"
15
},
- "keywords": [],
16
+ "keywords": ["node-red","debugger"],
17
"author": "Nick O'Leary <[email protected]>",
18
"files": [
19
"dist"
0 commit comments