12 lines
197 B
JSON
12 lines
197 B
JSON
{
|
|
"name": "sensitive-file-guard",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"unbash": "3.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test extractCommandNames.test.ts"
|
|
}
|
|
}
|