{ "name": "create-tinkr-plugin", "version": "1.0.0", "main": "index.js", "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", "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/lodash.kebabcase": "^4.1.9", "@types/prompts": "^2.4.9", "typescript": "^5.6.2" }, "dependencies": { "fs-extra": "^11.2.0", "lodash.kebabcase": "^4.1.1", "prompts": "^2.4.2", "sanitize-filename": "^1.6.3", "sort-package-json": "^2.10.1" }, "bin":{ "create-tinkr-plugin": "index.js" } }