diff --git a/package.json b/package.json new file mode 100644 index 0000000..342300b --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "description": "Add colors, control the cursor, manipulate the screen using ANSI escape codes.", + "install": "install -b ansi ${PREFIX:-/usr/local}/bin/ansi", + "name": "ansi", + "scripts": [ "./ansi"], + "version": "2.0.0" + }