-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "star-catalogs-for-video-games",
"version": "1.28.5",
"description": "This catalog targets video game developers and visualisation artists that need\r easy-to-use, real star catalogs at their disposal. This catalog contains all\r the stars in the [BSC5P](https://heasarc.gsfc.nasa.gov/W3Browse/star-catalog/bsc5p.html)\r catalog (all the stars we can see with the naked eye), but with more accurate\r information taken from modern stellar data. It uses\r [this catalog](https://github.com/aggregate1166877/BSC5P-JSON) as its base but\r adds modern data.",
"scripts": {
"buildRaDecJson": "node --experimental-json-modules --experimental-specifier-resolution=node buildRaDecJson.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:frostoven/BSC5P-JSON-XYZ.git"
},
"author": "Frostoven",
"license": "MIT",
"bugs": {
"url": "https://github.com/frostoven/BSC5P-JSON-XYZ/issues"
},
"homepage": "https://github.com/frostoven/BSC5P-JSON-XYZ#readme",
"dependencies": {
"d3-color": "3.0.1",
"d3-hsv": "0.1.0",
"d3-interpolate": "3.0.1",
"decimal.js": "10.3.1",
"three": "0.133.1"
},
"type": "module"
}