Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.5 and updates ancestor dependency [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). These dependencies need to be updated together. Updates `esbuild` from 0.21.5 to 0.25.5 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.5) Updates `vitest` from 2.1.9 to 3.2.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/vitest) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.5 dependency-type: indirect - dependency-name: vitest dependency-version: 3.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"name": "@caspertech/node-metaverse",
|
|
"version": "0.8.5",
|
|
"description": "A node.js interface for Second Life.",
|
|
"main": "dist/lib/index.js",
|
|
"types": "dist/lib/index.d.ts",
|
|
"scripts": {
|
|
"setup": "npm install",
|
|
"prepublish": "npm run build",
|
|
"test-only": "mocha -r source-map-support/register 'dist/**/*.spec.js'",
|
|
"pretest": "npm run build",
|
|
"test": "npm run test-only",
|
|
"build": "tsc --removeComments",
|
|
"run": "node -r source-map-support/register example/testBot.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.6.0"
|
|
},
|
|
"author": "CasperTech Ltd",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/CasperTech/node-metaverse.git"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@types/micromatch": "^4.0.4",
|
|
"@types/node": "^22.4.0",
|
|
"@types/tiny-async-pool": "^2.0.2",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/validator": "^13.15.2",
|
|
"@types/xml2js": "^0.4.14",
|
|
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
"@typescript-eslint/parser": "^8.15.0",
|
|
"eslint": "^9.15.0",
|
|
"mocha": "^9.2.2",
|
|
"source-map-support": "^0.5.21",
|
|
"ts-node": "^10.9.1",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"dependencies": {
|
|
"@caspertech/llsd": "^1.0.5",
|
|
"@types/long": "^4.0.2",
|
|
"@types/mocha": "^9.1.1",
|
|
"@types/xml": "^1.0.10",
|
|
"@types/xmlrpc": "^1.3.9",
|
|
"chalk": "^4.1.2",
|
|
"fast-xml-parser": "^4.5.0",
|
|
"flatted": "^3.2.9",
|
|
"fs-extra": "^10.1.0",
|
|
"glob": "^7.2.3",
|
|
"got": "^11.8.6",
|
|
"ipaddr.js": "^2.2.0",
|
|
"logform": "^2.6.0",
|
|
"long": "^4.0.0",
|
|
"micromatch": "^4.0.5",
|
|
"moment": "^2.29.4",
|
|
"qs": "^6.5.3",
|
|
"rbush-3d": "0.0.4",
|
|
"rxjs": "^7.8.1",
|
|
"tiny-async-pool": "^2.1.0",
|
|
"uuid": "^8.3.2",
|
|
"validator": "^13.15.15",
|
|
"vitest": "^3.2.4",
|
|
"winston": "^3.11.0",
|
|
"xml": "^1.0.1",
|
|
"xml2js": "^0.5.0",
|
|
"xmlbuilder": "^15.1.1",
|
|
"xmlrpc": "github:CasperTech/node-xmlrpc"
|
|
}
|
|
}
|