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.
create-tinkr-plugin/package.json

32 lines
727 B

4 months ago
{
"name": "create-tinkr-plugin",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tsc -p tsconfig.json"
},
4 months ago
"repository": {
"type": "git",
"url": "git+https://git.tinkr.site/jeffi/create-tinkr-plugin.git"
},
"author": "jeffi",
4 months ago
"license": "ISC",
"description": "Create a tinkr plugin",
4 months ago
"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"
4 months ago
},
4 months ago
"bin":{
"create-tinkr-plugin": "index.js"
}
4 months ago
}