@fuel-ts/logger
Version:
A logger for the Fuel-TS ecosystem
45 lines • 995 B
JSON
{
"name": "@fuel-ts/logger",
"version": "0.103.0",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"description": "A logger for the Fuel-TS ecosystem",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/FuelLabs/fuels-ts/issues"
},
"engines": {
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/FuelLabs/fuels-ts.git"
},
"keywords": [
"Fuel"
],
"files": [
"dist"
],
"dependencies": {
"debug": "4.4.0",
"@fuel-ts/math": "0.103.0",
"@fuel-ts/address": "0.103.0"
},
"devDependencies": {
"@types/debug": "4.1.12"
},
"license": "Apache-2.0",
"scripts": {
"build": "tsup",
"postbuild": "tsx ../../scripts/postbuild.ts"
}
}