|
|
|
@ -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" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|