{ "name": "skinview3d", "version": "1.2.1", "description": "Three.js powered Minecraft skin viewer", "main": "jsm/skinview3d.js", "type": "module", "scripts": { "build": "tsc -p .", "test": "npm run lint", "prepublishOnly": "rimraf jsm && npm run build", "lint": "eslint --ext .ts src/", "dev": "npm-run-all --parallel watch serve", "watch": "tsc -w -p .", "serve": "ws" }, "repository": { "type": "git", "url": "git+https://github.com/bs-community/skinview3d.git" }, "author": "Haowei Wen (https://github.com/yushijinhun)", "contributors": [ "Sean Boult (https://github.com/Hacksore)", "Pig Fang (https://github.com/g-plane)", "printempw (https://github.com/printempw)", "Kent Rasmussen (https://github.com/earthiverse)" ], "license": "MIT", "bugs": { "url": "https://github.com/bs-community/skinview3d/issues" }, "homepage": "https://github.com/bs-community/skinview3d", "files": [ "jsm" ], "dependencies": { "three": "^0.112.1", "skinview-utils": "^0.2.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.17.0", "@typescript-eslint/parser": "^2.17.0", "eslint": "^6.8.0", "local-web-server": "^3.0.7", "npm-run-all": "^4.1.5", "rimraf": "^3.0.0", "typescript": "^3.7.5" } }