63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "@caspertech/node-metaverse",
|
|
"version": "0.5.9",
|
|
"description": "A node.js interface for Second Life.",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"setup": "npm install",
|
|
"prepublish": "npm run build",
|
|
"test-only": "mocha -r source-map-support/register dist/tests/",
|
|
"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": {
|
|
"mocha": "^5.2.0",
|
|
"source-map-support": "^0.5.9",
|
|
"ts-node": "^7.0.1",
|
|
"tslint": "^5.11.0",
|
|
"tslint-eslint-rules": "^5.4.0",
|
|
"typescript": "^3.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@caspertech/llsd": "^1.0.1",
|
|
"@types/long": "^4.0.0",
|
|
"@types/micromatch": "^3.1.0",
|
|
"@types/mocha": "^5.2.5",
|
|
"@types/node": "^10.14.19",
|
|
"@types/request": "^2.48.3",
|
|
"@types/tiny-async-pool": "^1.0.0",
|
|
"@types/uuid": "^3.4.4",
|
|
"@types/validator": "^9.4.2",
|
|
"@types/xml": "^1.0.2",
|
|
"@types/xml2js": "^0.4.3",
|
|
"@types/xmlrpc": "^1.3.5",
|
|
"ipaddr.js": "^1.8.1",
|
|
"long": "^4.0.0",
|
|
"micromatch": "^3.1.10",
|
|
"moment": "^2.22.2",
|
|
"rbush-3d": "0.0.4",
|
|
"request": "^2.88.0",
|
|
"rxjs": "^6.3.3",
|
|
"tar": "^4.4.6",
|
|
"tiny-async-pool": "^1.0.1",
|
|
"uuid": "^3.3.2",
|
|
"validator": "^10.8.0",
|
|
"xml": "^1.0.1",
|
|
"xml2js": "^0.4.19",
|
|
"xmlbuilder": "^13.0.2",
|
|
"xmlrpc": "^1.3.2"
|
|
}
|
|
}
|