mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-15 10:14:19 +00:00
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.11 to 0.25.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.11...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
38 lines
963 B
JSON
38 lines
963 B
JSON
{
|
|
"name": "tribufu",
|
|
"version": "1.1.0",
|
|
"description": "Tribufu JS SDK",
|
|
"repository": "https://github.com/Tribufu/TribufuJs",
|
|
"author": "Tribufu <contact@Tribufu.com>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "./build/index.d.ts",
|
|
"exports": {
|
|
"import": "./build/index.mjs",
|
|
"require": "./build/index.cjs",
|
|
"types": "./build/index.d.ts"
|
|
},
|
|
"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.25.0",
|
|
"esbuild-node-externals": "^1.12.0",
|
|
"eslint": "9.11.1",
|
|
"prettier": "3.3.3",
|
|
"rimraf": "^5.0.5",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|