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

26 lines
595 B

4 months ago
{
"name": "create-tinkr-plugin",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json"
},
"author": "",
"license": "ISC",
"description": "",
"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"
}
}