UNPKG

hdr-canvas

Version:
78 lines (77 loc) 1.96 kB
{ "name": "hdr-canvas", "version": "0.0.13", "description": "HDR capable HTML canvas", "main": "dist/hdr-canvas.cjs", "module": "dist/hdr-canvas.js", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/hdr-canvas.js", "default": "./dist/hdr-canvas.js" }, "./three/*": "./three/*" }, "files": [ "dist/hdr-canvas.d.ts", "dist/hdr-canvas.js", "dist/hdr-canvas.js.map", "dist/hdr-canvas.min.js", "dist/hdr-canvas.min.js.map", "dist/hdr-canvas.umd.js", "dist/hdr-canvas.umd.js.map", "dist/index.d.ts", "dist/@types", "three", "src", "rollup.config.mjs", "tsconfig.json", "README", "LICENCE" ], "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint . -c eslint.config.mjs --report-unused-disable-directives", "tsc": "tsc", "build": "rimraf ./dist ./build && tsc && rollup --config", "clean": "rimraf ./dist ./build", "format": "prettier . --check" }, "repository": { "type": "git", "url": "git+https://github.com/cmahnke/hdr-canvas.git" }, "keywords": [ "HDR", "canvas", "3D", "Three.js" ], "author": "Christian Mahnke", "license": "MIT", "bugs": { "url": "https://github.com/cmahnke/hdr-canvas/issues" }, "homepage": "https://github.com/cmahnke/hdr-canvas#readme", "devDependencies": { "@eslint/js": "^9.15.0", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.1", "@types/eslint__js": "^8.42.3", "eslint": "^9.15.0", "prettier": "^3.3.3", "rimraf": "^6.0.1", "rollup": "^4.27.3", "rollup-plugin-dts": "^6.1.1", "three": "^0.170.0", "tslib": "^2.8.1", "typescript": "^5.6.3", "typescript-eslint": "^8.15.0" }, "dependencies": { "colorjs.io": "^0.5.2" } }