45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@caspertech/node-metaverse",
|
|
"version": "0.4.0",
|
|
"description": "A node.js interface for Second Life.",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepublish": "npm run build",
|
|
"build": "tsc --removeComments",
|
|
"run": "node -r source-map-support/register example/testBot.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "CasperTech Ltd",
|
|
"license": "Creative Commons Attribution 4.0 International",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "https://github.com/CasperTech/node-metaverse.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^2.2.44",
|
|
"@types/node": "^8.0.53",
|
|
"ts-node": "^3.3.0",
|
|
"tslint": "^5.8.0",
|
|
"tslint-eslint-rules": "^4.1.1",
|
|
"typescript": "^2.6.1",
|
|
"source-map-support": "^0.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@types/long": "^3.0.32",
|
|
"@types/request": "^2.0.8",
|
|
"@types/uuid": "^3.4.3",
|
|
"@types/validator": "^6.3.0",
|
|
"@types/xml": "^1.0.2",
|
|
"@types/xmlrpc": "^1.3.3",
|
|
"ipaddr.js": "^1.5.4",
|
|
"llsd": "git+https://github.com/CasperTech/llsd.git",
|
|
"long": "^3.2.0",
|
|
"request": "^2.83.0",
|
|
"rxjs": "^5.5.2",
|
|
"uuid": "^3.1.0",
|
|
"validator": "^9.1.1",
|
|
"xml": "^1.0.1",
|
|
"xmlrpc": "^1.3.2"
|
|
}
|
|
} |