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

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

Loading…
Cancel
Save