UNPKG

@tabnews/infra

Version:
39 lines (38 loc) 831 B
{ "name": "@tabnews/infra", "version": "0.0.7", "description": "TabNews Infra", "license": "MIT", "type": "module", "main": "src/index.js", "files": [ "src", "!src/**/*.test.js" ], "scripts": { "test": "tn test", "test:run": "tn test run", "lint": "eslint . && prettier --check .", "format": "eslint --fix . && prettier --write ." }, "dependencies": { "@axiomhq/js": "1.3.1", "@tabnews/helpers": "^0.4.1", "@vercel/functions": "2.1.0", "pino": "9.7.0" }, "author": "TabNews", "repository": { "type": "git", "url": "https://github.com/aprendendofelipe/tabnews", "directory": "packages/infra" }, "keywords": [ "tabnews", "infra" ], "publishConfig": { "access": "public" }, "gitHead": "bf00250f03dbaea73ab753d56b9da9aec6ffca30" }