@openpv/simshady
Version:
Simulating Shadows for PV Potential Analysis on 3D Data on the GPU.
72 lines (71 loc) • 1.62 kB
JSON
{
"name": "@openpv/simshady",
"version": "0.1.1",
"description": "Simulating Shadows for PV Potential Analysis on 3D Data on the GPU.",
"main": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "vitest run",
"test-continuous": "vitest",
"format": "lint-staged",
"build": "tsup",
"prepare": "husky",
"docs": "typedoc --options typedoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-pv/simshady.git"
},
"keywords": [
"solar",
"photovoltaic",
"pv",
"threejs",
"three",
"webgl",
"gis",
"renewables",
"renewable energy"
],
"author": "Konrad Heidler <k.heidler@tum.de>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/open-pv/simshady/issues"
},
"homepage": "open-pv.github.io/simshady/",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/three": "^0.175.0",
"@types/webgl2": "^0.0.11",
"eslint": "^9.24.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typedoc": "^0.28.2",
"typedoc-plugin-coverage": "^3.4.1",
"typedoc-plugin-mdn-links": "^5.0.1",
"typedoc-plugin-rename-defaults": "^0.7.3",
"typescript": "^5.8.3",
"vitest": "^3.1.1"
},
"dependencies": {
"geotiff": "^2.1.3",
"three": "^0.175.0"
},
"lint-staged": {
"*.js": [
"prettier --write"
],
"*.ts": [
"prettier --write"
]
}
}