solar-spa/package.json

12 lines
265 B
JSON

{
"name": "solar-spa",
"version": "1.2.4",
"description": "NREL Solar Position Algorithm (SPA) in WebAssembly",
"main": "solar-spa.js",
"types": "index.d.ts",
"scripts": {
"test": "node test.js"
},
"author": "Ali Camarata",
"license": "MIT"
}