first commit
This commit is contained in:
commit
5260f4ff70
7 changed files with 487 additions and 0 deletions
30
package.json
Normal file
30
package.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"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"]
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue