UNPKG

treblle

Version:
40 lines 871 B
{ "name": "treblle", "version": "1.5.2", "description": "Treblle Javascript SDK", "main": "index.js", "types": "index.d.ts", "directories": { "test": "test" }, "scripts": { "format": "prettier --write .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Treblle/treblle-node.git" }, "keywords": [ "node", "express", "koajs", "nestjs", "treblle", "middleware" ], "author": "Treblle<support@treblle.com>", "license": "MIT", "bugs": { "url": "https://github.com/Treblle/treblle-node/issues" }, "homepage": "https://github.com/Treblle/treblle-node#readme", "dependencies": { "finalhandler": "~1.1.2", "node-fetch": "^2.6.1", "stack-trace": "0.0.10" }, "devDependencies": { "prettier": "^2.3.2" } }