2017-10-01 14:00:45 +02:00
|
|
|
{
|
|
|
|
"name": "skinview3d",
|
2020-01-01 09:00:44 +01:00
|
|
|
"version": "1.2.1",
|
2017-10-01 14:00:45 +02:00
|
|
|
"description": "Three.js powered Minecraft skin viewer",
|
2020-01-23 16:16:32 +01:00
|
|
|
"main": "jsm/skinview3d.js",
|
|
|
|
"type": "module",
|
2017-10-01 14:00:45 +02:00
|
|
|
"scripts": {
|
2020-01-23 16:16:32 +01:00
|
|
|
"build": "tsc -p .",
|
2020-01-16 13:25:20 +01:00
|
|
|
"test": "npm run lint",
|
2020-01-23 16:16:32 +01:00
|
|
|
"prepublishOnly": "rimraf jsm && npm run build",
|
2020-01-22 19:15:02 +01:00
|
|
|
"lint": "eslint --ext .ts src/",
|
2018-08-01 15:52:32 +02:00
|
|
|
"dev": "npm-run-all --parallel watch serve",
|
2020-01-23 16:16:32 +01:00
|
|
|
"watch": "tsc -w -p .",
|
2018-02-11 20:18:14 +01:00
|
|
|
"serve": "ws"
|
2017-10-01 14:00:45 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-06-30 17:32:08 +02:00
|
|
|
"url": "git+https://github.com/bs-community/skinview3d.git"
|
2017-10-01 14:00:45 +02:00
|
|
|
},
|
2018-02-10 07:05:07 +01:00
|
|
|
"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)",
|
2018-02-12 08:52:48 +01:00
|
|
|
"printempw <h@prinzeugen.net> (https://github.com/printempw)",
|
2018-02-10 07:05:07 +01:00
|
|
|
"Kent Rasmussen <hyprkookeez@gmail.com> (https://github.com/earthiverse)"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2017-10-01 14:00:45 +02:00
|
|
|
"bugs": {
|
2018-06-30 17:32:08 +02:00
|
|
|
"url": "https://github.com/bs-community/skinview3d/issues"
|
2017-10-01 14:00:45 +02:00
|
|
|
},
|
2018-06-30 17:32:08 +02:00
|
|
|
"homepage": "https://github.com/bs-community/skinview3d",
|
2018-07-02 16:21:27 +02:00
|
|
|
"files": [
|
2020-01-22 17:33:57 +01:00
|
|
|
"jsm"
|
2018-07-02 16:21:27 +02:00
|
|
|
],
|
2017-10-01 14:00:45 +02:00
|
|
|
"dependencies": {
|
2020-01-16 13:25:20 +01:00
|
|
|
"three": "^0.112.1",
|
2020-01-17 12:04:59 +01:00
|
|
|
"skinview-utils": "^0.2.0"
|
2017-10-01 14:00:45 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-22 19:15:02 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^2.17.0",
|
|
|
|
"@typescript-eslint/parser": "^2.17.0",
|
|
|
|
"eslint": "^6.8.0",
|
2020-01-22 18:57:41 +01:00
|
|
|
"local-web-server": "^3.0.7",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"rimraf": "^3.0.0",
|
|
|
|
"typescript": "^3.7.5"
|
2017-10-01 14:00:45 +02:00
|
|
|
}
|
2018-07-21 05:07:52 +02:00
|
|
|
}
|