30 lines
578 B
JSON
30 lines
578 B
JSON
{
|
|
"name": "@creations.works/logger",
|
|
"version": "1.0.1",
|
|
"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"]
|
|
|
|
}
|