main
ChrisKader 4 months ago
parent 413e8b742f
commit f6dc683a45
  1. 8
      package.json

@ -5,6 +5,10 @@
"scripts": {
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://git.tinkr.site/jeffi/create-tinkr-plugin.git"
},
"author": "jeffi",
"license": "ISC",
"description": "Create a tinkr plugin",
@ -21,5 +25,7 @@
"sanitize-filename": "^1.6.3",
"sort-package-json": "^2.10.1"
},
"bin": "main.js"
"bin":{
"create-tinkr-plugin": "index.js"
}
}

Loading…
Cancel
Save