gaunt-sloth 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # Gaunt Sloth
2
+
3
+ This is a package holder for Gaunt Sloth, for future use,
4
+ Gaunt Sloth is currently available as (https://www.npmjs.com/package/gaunt-sloth-assistant)[https://www.npmjs.com/package/gaunt-sloth-assistant]
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "gaunt-sloth",
3
+ "version": "0.0.1",
4
+ "description": "",
5
+ "license": "MIT",
6
+ "author": "Andrew Kondratev",
7
+ "type": "module",
8
+ "main": "index.js",
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
+ }
12
+ }