{ "name": "skinview3d", "version": "2.0.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.131.0", "skinview-utils": "^0.6.0", "three": "^0.131.3" }, "devDependencies": { "@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-typescript": "^8.2.5", "@typescript-eslint/eslint-plugin": "^4.29.3", "@typescript-eslint/parser": "^4.29.3", "@yushijinhun/three-minifier-rollup": "^0.3.0", "eslint": "^7.32.0", "local-web-server": "^5.1.0", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "rollup": "^2.56.3", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.3.5" } }