{ "name": "@caspertech/node-metaverse", "version": "0.4.4", "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": ">=6.12.2" }, "author": "CasperTech Ltd", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/CasperTech/node-metaverse.git" }, "devDependencies": { "@types/mocha": "^2.2.48", "@types/node": "^8.10.34", "mocha": "^4.0.1", "source-map-support": "^0.5.9", "ts-node": "^3.3.0", "tslint": "^5.11.0", "tslint-eslint-rules": "^4.1.1", "typescript": "^2.9.2" }, "dependencies": { "@caspertech/llsd": "^1.0.0", "@types/long": "^3.0.32", "@types/request": "^2.47.1", "@types/uuid": "^3.4.4", "@types/validator": "^6.3.0", "@types/xml": "^1.0.2", "@types/xmlrpc": "^1.3.5", "ipaddr.js": "^1.8.1", "long": "^3.2.0", "request": "^2.88.0", "rxjs": "^5.5.12", "uuid": "^3.3.2", "validator": "^9.4.1", "xml": "^1.0.1", "xmlrpc": "^1.3.2" } }