forked from mikael-lovqvist/shell-utils
Initial commit
This commit is contained in:
10
package.json
Normal file
10
package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "ansi-tools",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"bin": {
|
||||
"ansi-trunc": "./ansi-trunc.mjs",
|
||||
"grep-mtime-sorter": "./grep-mtime-sorter.mjs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user