36 lines
874 B
JSON
36 lines
874 B
JSON
{
|
|
"name": "node-metaverse",
|
|
"version": "0.0.1",
|
|
"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",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "None",
|
|
"devDependencies": {
|
|
"@types/mocha": "^2.2.44",
|
|
"@types/node": "^8.0.53",
|
|
"nodemon": "^1.12.1",
|
|
"ts-node": "^3.3.0",
|
|
"tslint": "^5.8.0",
|
|
"tslint-eslint-rules": "^4.1.1",
|
|
"typescript": "^2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/long": "^3.0.32",
|
|
"@types/uuid": "^3.4.3",
|
|
"@types/validator": "^6.3.0",
|
|
"@types/xml": "^1.0.2",
|
|
"@types/xmlrpc": "^1.3.3",
|
|
"long": "^3.2.0",
|
|
"uuid": "^3.1.0",
|
|
"validator": "^9.1.1",
|
|
"xml": "^1.0.1",
|
|
"xmlrpc": "^1.3.2"
|
|
}
|
|
}
|