sat-sol-sim
Version:
sat-sol-sim: A stunning, interactive 3D satellite and solar system simulator featuring realistic planetary motion, satellite constellations, and comprehensive programmatic control through a powerful JavaScript API
81 lines • 1.97 kB
JSON
{
"name": "sat-sol-sim",
"version": "1.0.0",
"description": "sat-sol-sim: A stunning, interactive 3D satellite and solar system simulator featuring realistic planetary motion, satellite constellations, and comprehensive programmatic control through a powerful JavaScript API",
"main": "sat-sol-sim.js",
"module": "sat-sol-sim.js",
"browser": "sat-sol-sim.js",
"unpkg": "sat-sol-sim.min.js",
"jsdelivr": "sat-sol-sim.min.js",
"type": "module",
"sideEffects": false,
"exports": {
".": {
"types": "./index.d.ts",
"import": "./sat-sol-sim.js",
"require": "./sat-sol-sim.js",
"browser": "./sat-sol-sim.min.js"
},
"./package.json": "./package.json"
},
"scripts": {
"test": "echo \"No tests specified yet\"",
"build": "echo \"Build process not yet implemented\"",
"prepublishOnly": "npm run build",
"postpublish": "echo \"Published successfully to npm!\"",
"size": "npm pack --dry-run",
"check": "npm doctor"
},
"keywords": [
"satellite",
"solar-system",
"simulation",
"3d",
"astronomy",
"space",
"webgl",
"threejs",
"visualization",
"interactive",
"planetary",
"constellation",
"api",
"javascript",
"browser",
"earth",
"orbit",
"realtime",
"physics"
],
"author": "david@atomic47.co",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/worksona/sat-sol-sim.git"
},
"homepage": "https://github.com/worksona/sat-sol-sim#readme",
"bugs": {
"url": "https://github.com/worksona/sat-sol-sim/issues"
},
"files": [
"sat-sol-sim.js",
"sat-sol-sim.min.js",
"index.d.ts",
"README.md",
"CHANGELOG.md"
],
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"three": ">=0.128.0"
},
"devDependencies": {
"@types/three": "^0.155.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}