UNPKG

@gravitywelluk/debug

Version:
49 lines (48 loc) 1.11 kB
{ "name": "@gravitywelluk/debug", "version": "1.0.29", "description": "Library for better debug logs", "keywords": [ "gravitywell", "gravitywelluk", "logger", "debug" ], "author": "GravitywellUK <technical@gravitywell.co.uk>", "homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/shared/debug", "license": "ISC", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "lib": "dist", "test": "__tests__" }, "files": [ "dist", "package.json", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/GravitywellUK/packages.git" }, "scripts": { "build": "tsc -b", "test": "jest -c ../../../jest.config.js --verbose --no-cache -i", "test:ci": "yarn test" }, "bugs": { "url": "https://github.com/GravitywellUK/packages/issues" }, "dependencies": { "debug": "^4.3.2" }, "devDependencies": { "@types/debug": "^4.1.7" }, "gitHead": "a990aca8afe6a52949c6c6263bc6d09212432307" }