UNPKG

mlightcad

Version:

A highly customizable standalone view cube addon for three.js

51 lines (50 loc) 1.21 kB
{ "name": "@mlightcad/three-viewcube", "description": "A highly customizable standalone view cube addon for three.js", "license": "MIT", "private": false, "version": "0.0.8", "author": "MLight Lee <mlight.lee@outlook.com>", "repository": { "type": "git", "url": "git://github.com/mlight-lee/three-viewcube" }, "keywords": [ "viewcube", "axes", "three", "three.js", "cad", "mlight", "mlightcad" ], "type": "module", "files": [ "dist", "lib/*.js", "lib/*.ts", "src", "README.md", "package.json" ], "main": "./dist/viewcube.umd.cjs", "module": "./dist/viewcube.js", "types": "./lib/index.d.ts", "exports": { "types": "./lib/index.d.ts", "import": "./dist/viewcube.js", "require": "./dist/viewcube.umd.cjs" }, "scripts": { "clean": "rimraf dist lib tsconfig.tsbuildinfo", "build": "tsc && vite build", "lint": "pnpm eslint -c ../../.eslintrc.js --ext .ts,.js,.vue --quiet src/" }, "devDependencies": { "@types/three": "^0.172.0", "rollup-plugin-peer-deps-external": "^2.2.4" }, "peerDependencies": { "three": "^0.172.0" } }