chore: add colorts

This commit is contained in:
2026-01-10 05:17:15 -03:00
parent 0db72fdbe7
commit b5cff6eee2
2 changed files with 15 additions and 0 deletions
+12
View File
@@ -8,6 +8,9 @@
"name": "luma", "name": "luma",
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": {
"colorts": "^0.1.63"
},
"devDependencies": { "devDependencies": {
"@types/node": "^25.0.5", "@types/node": "^25.0.5",
"tsx": "^4.21.0", "tsx": "^4.21.0",
@@ -466,6 +469,15 @@
"undici-types": "~7.16.0" "undici-types": "~7.16.0"
} }
}, },
"node_modules/colorts": {
"version": "0.1.63",
"resolved": "https://registry.npmjs.org/colorts/-/colorts-0.1.63.tgz",
"integrity": "sha512-prWZKocUjLYvt9Jx4j+KEkeQSm9rvGA2ZB90Je6odMyXPthpb1pTW9/0RxUZ/CRXc+DsydMLOQIrDBgdx5jjOg==",
"license": "MIT",
"engines": {
"node": ">=8.1.90"
}
},
"node_modules/esbuild": { "node_modules/esbuild": {
"version": "0.27.2", "version": "0.27.2",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz",
+3
View File
@@ -19,5 +19,8 @@
"@types/node": "^25.0.5", "@types/node": "^25.0.5",
"tsx": "^4.21.0", "tsx": "^4.21.0",
"typescript": "^5.9.3" "typescript": "^5.9.3"
},
"dependencies": {
"colorts": "^0.1.63"
} }
} }