{ "name": "skinview3d", "version": "2.2.1", "description": "Three.js powered Minecraft skin viewer", "main": "libs/skinview3d.js", "type": "module", "scripts": { "clean": "rimraf libs bundles", "build:modules": "tsc --declaration --sourceMap --outDir libs -p .", "build:bundles": "rollup -c", "build": "npm run build:modules && npm run build:bundles", "test:lint": "eslint --ext .ts src", "test": "npm run test:lint", "dev:watch:modules": "tsc -w --preserveWatchOutput --declaration --sourceMap --outDir libs -p .", "dev:watch:bundles": "rollup -w --no-watch.clearScreen -c", "dev:serve": "ws", "dev": "npm-run-all --parallel dev:watch:bundles dev:serve", "prepublishOnly": "npm run clean && npm run build" }, "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": [ "libs", "bundles" ], "dependencies": { "@types/three": "^0.136.1", "skinview-utils": "^0.7.0", "three": "^0.136.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-typescript": "^8.3.0", "@typescript-eslint/eslint-plugin": "^5.9.0", "@typescript-eslint/parser": "^5.9.0", "@yushijinhun/three-minifier-rollup": "^0.3.1", "eslint": "^8.6.0", "local-web-server": "^5.1.1", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "rollup": "^2.63.0", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.5.4" } }