20 lines
431 B
JSON
20 lines
431 B
JSON
{
|
|
"name": "getmocks",
|
|
"version": "0.0.1",
|
|
"description": "This allows you to pull API mocks for TFE/TFC ",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"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": "",
|
|
"dependencies": {
|
|
"axios": "^1.2.2"
|
|
}
|
|
}
|