TribufuJS/package.json
dependabot[bot] 3d6b4f2ee6
Bump esbuild from 0.25.0 to 0.28.1
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.0 to 0.28.1.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.0...v0.28.1)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-14 01:05:24 +00:00

37 lines
964 B
JSON

{
"name": "tribufu",
"version": "1.3.0",
"description": "Tribufu JS SDK",
"repository": "https://github.com/tribufu/tribufu-js",
"author": "Tribufu <contact@Tribufu.com>",
"license": "MIT",
"type": "module",
"types": "./build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"require": "./build/index.cjs",
"import": "./build/index.mjs"
},
"typesVersions": {
"*": {
"*": [
"./build/*"
]
}
},
"scripts": {
"clean": "rimraf build",
"build": "npm run clean && tsc && node scripts/esbuild.js"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^20.10.6",
"dotenv": "^16.3.1",
"esbuild": "^0.28.1",
"esbuild-node-externals": "^1.12.0",
"eslint": "9.11.1",
"prettier": "3.3.3",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
}