grab-api-sentinel-mocks/package.json

20 lines
431 B
JSON
Raw Permalink Normal View History

{
"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": "",
2022-12-30 23:24:33 +00:00
"license": "",
"dependencies": {
"axios": "^1.2.2"
}
}