You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "create-tinkr-plugin",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc -p tsconfig.json"
|
|
|
|
},
|
|
|
|
"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": "main.js"
|
|
|
|
}
|