2017-11-21 11:29:09 +00:00
|
|
|
{
|
2017-12-18 17:00:55 +00:00
|
|
|
"name": "@caspertech/node-metaverse",
|
2023-11-22 00:42:05 +00:00
|
|
|
"version": "0.7.9",
|
2017-11-21 11:29:09 +00:00
|
|
|
"description": "A node.js interface for Second Life.",
|
2020-11-20 12:47:24 +00:00
|
|
|
"main": "dist/lib/index.js",
|
|
|
|
|
"types": "dist/lib/index.d.ts",
|
2017-11-21 11:29:09 +00:00
|
|
|
"scripts": {
|
2017-12-18 21:04:21 +00:00
|
|
|
"setup": "npm install",
|
2017-11-21 15:09:26 +00:00
|
|
|
"prepublish": "npm run build",
|
2023-11-10 00:14:59 +00:00
|
|
|
"test-only": "mocha -r source-map-support/register 'dist/**/*.spec.js'",
|
2017-12-18 21:04:21 +00:00
|
|
|
"pretest": "npm run build",
|
|
|
|
|
"test": "npm run test-only",
|
2017-11-24 01:00:56 +00:00
|
|
|
"build": "tsc --removeComments",
|
2017-12-18 21:04:21 +00:00
|
|
|
"run": "node -r source-map-support/register example/testBot.js"
|
2017-11-21 11:29:09 +00:00
|
|
|
},
|
2017-12-20 14:34:04 +00:00
|
|
|
"engines": {
|
2018-10-12 15:04:29 +01:00
|
|
|
"node": ">=7.6.0"
|
2017-12-18 23:05:44 +00:00
|
|
|
},
|
2017-12-18 17:00:55 +00:00
|
|
|
"author": "CasperTech Ltd",
|
2017-12-18 20:05:29 +00:00
|
|
|
"license": "MIT",
|
2017-12-18 21:04:21 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2017-12-20 14:34:04 +00:00
|
|
|
"url": "git+https://github.com/CasperTech/node-metaverse.git"
|
2017-12-18 17:07:24 +00:00
|
|
|
},
|
2017-11-21 11:29:09 +00:00
|
|
|
"devDependencies": {
|
2023-11-04 17:53:36 +00:00
|
|
|
"@angular-eslint/eslint-plugin": "^12.7.0",
|
|
|
|
|
"@types/micromatch": "^4.0.4",
|
|
|
|
|
"@types/node": "^16.18.60",
|
2023-11-19 01:00:46 +00:00
|
|
|
"@types/tiny-async-pool": "^2.0.2",
|
2023-11-04 17:53:36 +00:00
|
|
|
"@types/uuid": "^8.3.4",
|
2023-11-19 01:00:46 +00:00
|
|
|
"@types/xml2js": "^0.4.14",
|
2022-11-04 10:16:27 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
2023-11-04 17:53:36 +00:00
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "^4.33.0",
|
2022-11-04 10:16:27 +00:00
|
|
|
"@typescript-eslint/parser": "^4.33.0",
|
2021-09-23 17:14:23 +01:00
|
|
|
"eslint": "^7.32.0",
|
2023-11-04 17:53:36 +00:00
|
|
|
"mocha": "^9.2.2",
|
|
|
|
|
"source-map-support": "^0.5.21",
|
|
|
|
|
"ts-node": "^10.9.1",
|
2023-11-09 18:06:49 +00:00
|
|
|
"tslint": "^6.1.3",
|
2023-11-04 17:53:36 +00:00
|
|
|
"typescript": "^4.9.5"
|
2017-11-21 15:09:26 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-09-22 15:34:53 +01:00
|
|
|
"@caspertech/llsd": "^1.0.5",
|
2023-11-04 17:53:36 +00:00
|
|
|
"@types/long": "^4.0.2",
|
|
|
|
|
"@types/mocha": "^9.1.1",
|
|
|
|
|
"@types/validator": "^13.11.5",
|
|
|
|
|
"@types/xml": "^1.0.10",
|
|
|
|
|
"@types/xmlrpc": "^1.3.9",
|
2021-09-22 14:19:04 +01:00
|
|
|
"chalk": "^4.1.2",
|
2023-11-04 17:53:36 +00:00
|
|
|
"flatted": "^3.2.9",
|
|
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
|
"glob": "^7.2.3",
|
2023-11-19 01:00:46 +00:00
|
|
|
"got": "^11.8.6",
|
2023-11-04 17:53:36 +00:00
|
|
|
"ipaddr.js": "^2.1.0",
|
|
|
|
|
"logform": "^2.6.0",
|
2018-10-10 10:12:20 +01:00
|
|
|
"long": "^4.0.0",
|
2023-11-04 17:53:36 +00:00
|
|
|
"micromatch": "^4.0.5",
|
2022-07-08 08:07:07 +00:00
|
|
|
"moment": "^2.29.4",
|
2023-11-19 01:00:46 +00:00
|
|
|
"qs": "^6.5.3",
|
2018-10-12 17:31:14 +01:00
|
|
|
"rbush-3d": "0.0.4",
|
2023-11-04 17:53:36 +00:00
|
|
|
"rxjs": "^7.8.1",
|
2023-11-19 01:00:46 +00:00
|
|
|
"tiny-async-pool": "^2.1.0",
|
2021-09-22 14:19:04 +01:00
|
|
|
"uuid": "^8.3.2",
|
2023-11-04 17:53:36 +00:00
|
|
|
"validator": "^13.11.0",
|
|
|
|
|
"winston": "^3.11.0",
|
2017-11-21 15:09:26 +00:00
|
|
|
"xml": "^1.0.1",
|
2023-11-19 01:00:46 +00:00
|
|
|
"xml2js": "^0.5.0",
|
2021-09-22 14:19:04 +01:00
|
|
|
"xmlbuilder": "^15.1.1",
|
2021-12-07 17:41:22 +00:00
|
|
|
"xmlrpc": "github:CasperTech/node-xmlrpc"
|
2017-11-21 11:29:09 +00:00
|
|
|
}
|
2017-12-18 20:05:29 +00:00
|
|
|
}
|