{ "name": "skinview3d", "version": "1.2.1", "description": "Three.js powered Minecraft skin viewer", "module": "jsm/skinview3d.js", "main": "dist/skinview3d.min.js", "scripts": { "build": "rollup -c && tsc -p . --outDir jsm --declaration", "test": "npm run lint", "prepublishOnly": "rimraf dist jsm && npm run build", "lint": "eslint --ext .ts src/", "dev": "npm-run-all --parallel watch serve", "watch": "rollup -w -c", "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": [ "dist", "jsm" ], "dependencies": { "three": "^0.112.1", "skinview-utils": "^0.2.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^7.0.0", "@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", "rollup": "^1.29.1", "rollup-plugin-license": "^0.13.0", "rollup-plugin-terser": "^5.2.0", "rollup-plugin-typescript2": "^0.25.3", "typescript": "^3.7.5" } }