@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "@mifi/logger",
|
||||
"version": "0.9.1",
|
||||
"description": "Intentional, namespaced logging for browser and Node.js TypeScript applications.",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"packageManager": "pnpm@11.0.0",
|
||||
"engines": {
|
||||
"node": ">=24.0.0"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.cjs"
|
||||
},
|
||||
"./sentry": {
|
||||
"types": "./dist/sentry.d.ts",
|
||||
"import": "./dist/sentry.js",
|
||||
"require": "./dist/sentry.cjs"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"publishConfig": {
|
||||
"registry": "https://git.mifi.dev/api/packages/mifi/npm/"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"check": "tsc --noEmit",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"lint": "oxlint src test",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"pack:check": "pnpm pack --pack-destination .artifacts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.0.0",
|
||||
"@vitest/coverage-v8": "^3.0.0",
|
||||
"oxlint": "^1.0.0",
|
||||
"prettier": "^3.5.0",
|
||||
"tsup": "^8.4.0",
|
||||
"typescript": "^6.0.0",
|
||||
"vitest": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user