Improve python library, add LLGLTF asset parser, Add tests

This commit is contained in:
Casper Warden
2023-11-10 00:14:59 +00:00
parent 6c8273ea5e
commit 72d4eff2d8
13 changed files with 591 additions and 348 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "@caspertech/node-metaverse",
"version": "0.6.2",
"version": "0.6.4",
"description": "A node.js interface for Second Life.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"scripts": {
"setup": "npm install",
"prepublish": "npm run build",
"test-only": "mocha -r source-map-support/register dist/lib/tests/",
"test-only": "mocha -r source-map-support/register 'dist/**/*.spec.js'",
"pretest": "npm run build",
"test": "npm run test-only",
"build": "tsc --removeComments",