skinview3d/package.json

41 lines
1.2 KiB
JSON

{
"name": "skinview3d",
"version": "1.1.0-alpha.1",
"description": "Three.js powered Minecraft skin viewer",
"module": "build/skinview3d.module.js",
"main": "build/skinview3d.js",
"typings": "types/skinview3d.d.ts",
"scripts": {
"build": "rollup -c tools/rollup.module.js && rollup -c tools/rollup.browser.js && rollup -c tools/rollup.browser.min.js",
"prepare": "npm test && rm -rf build && npm run build",
"test": "eslint src/** tools/** && tslint -c tslint.json types/**.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/to2mbn/skinview3d.git"
},
"author": "yushijinhun",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/to2mbn/skinview3d/issues"
},
"homepage": "https://github.com/to2mbn/skinview3d",
"dependencies": {
"three": "^0.89.0"
},
"devDependencies": {
"@types/three": "^0.89.6",
"babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.16.0",
"rollup": "^0.55.3",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-uglify": "^3.0.0",
"tslint": "^5.9.1",
"typescript": "^2.7.1",
"uglify-es": "^3.3.9"
}
}