{
  "name": "threejs-vrml-loader",
  "version": "1.0.1",
  "description": "",
  "main": "./lib/main.js",
  "types": "./lib/main.d.ts",
  "dependencies": {
    "three": "latest",
    "@types/three": "latest",
    "typescript": "next"
  },
  "keywords": [],
  "author": "Roy",
  "license": "ISC",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}