skinview3d/package.json

55 lines
1.6 KiB
JSON

{
"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 <yushijinhun@gmail.com> (https://github.com/yushijinhun)",
"contributors": [
"Sean Boult <hacksore@mcskinsearch.com> (https://github.com/Hacksore)",
"Pig Fang <g-plane@hotmail.com> (https://github.com/g-plane)",
"printempw <h@prinzeugen.net> (https://github.com/printempw)",
"Kent Rasmussen <hyprkookeez@gmail.com> (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"
}
}