49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"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 <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": [
|
|
"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"
|
|
}
|
|
}
|