scripts/package.json

15 lines
300 B
JSON
Raw Permalink Normal View History

2024-09-29 08:45:45 -04:00
{
2024-09-29 10:45:07 -04:00
"name": "scripts",
"license": "GPL-3.0-only",
"dependencies": {
"@inquirer/prompts": "^6.0.1",
"cli-color": "^2.0.4",
"nano-spawn": "^0.1.0",
"yocto-spinner": "^0.1.0"
},
"type": "module",
"bin": {
"mkplugin": "./mkplugin.js"
}
2024-09-29 08:45:45 -04:00
}