hopefully prevent uninetntional credential commits during testing (^:

This commit is contained in:
worm 2022-12-30 15:21:32 -08:00
parent ba647cddbd
commit 79c4f8d507
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
config.js

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "getmocks",
"version": "0.0.1",
"description": "This allows you to pull API mocks for TFE/TFC ",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://lavaforge.org/year-of-the-worm/grab-api-sentinel-mocks"
},
"author": "",
"license": "GPL3"
}