Skip to content

Commit

Permalink
Add github metadata to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jun 11, 2021
1 parent 8c24073 commit 3c27f6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
"name": "node-red-debugger",
"version": "1.0.0",
"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 -e 'ts html'",
"test": "npm run build"
},
"keywords": [],
"keywords": ["node-red","debugger"],
"author": "Nick O'Leary <[email protected]>",
"files": [
"dist"
Expand Down

0 comments on commit 3c27f6d

Please sign in to comment.