36 lines
820 B
JSON
36 lines
820 B
JSON
{
|
|
"name": "@creations.works/logger",
|
|
"version": "1.0.4",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint": "bunx biome check",
|
|
"lint:fix": "bunx biome check --fix"
|
|
},
|
|
"private": false,
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@biomejs/biome": "^1.9.4"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"files": ["dist", "README.md", "LICENSE"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.creations.works/creations/logger.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.creations.works/creations/logger/issues"
|
|
},
|
|
"homepage": "https://git.creations.works/creations/logger#readme"
|
|
}
|