15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|