atp-api-logger
Version:
Utility to log api calls for analysis.
36 lines (35 loc) • 914 B
JSON
{
"name": "atp-api-logger",
"version": "1.0.15",
"description": "Utility to log api calls for analysis.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"minify": "jsmin -l 3 -o dist/index.min.js dist/index.js",
"build": "tsc --declaration && npm run minify",
"publish": "npm run build && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Achieve-Test-Prep/atp-api-logger.git"
},
"keywords": [
"logs",
"logger",
"api",
"javascript",
"typescript",
"fetch",
"rtk"
],
"author": "achieve",
"license": "ISC",
"bugs": {
"url": "https://github.com/Achieve-Test-Prep/atp-api-logger/issues"
},
"homepage": "https://github.com/Achieve-Test-Prep/atp-api-logger#readme",
"devDependencies": {
"jsmin": "^1.0.1",
"typescript": "^5.3.3"
}
}