TLE2ToCZML/package.json

23 lines
436 B
JSON
Raw Normal View History

2024-02-22 11:07:01 +08:00
{
"name": "tle2czml",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node main.js",
"pkg": "pkg . -t -win --out-path=dist/"
},
"bin":"./main.js",
"pkg": {
"scripts": "build/**/*.js",
"assets": "public/**/*",
"targets": ["node8"]
},
"dependencies": {
"julian": "^0.2.0",
"moment": "^2.29.4",
"node-xlsx": "^0.23.0",
"satellite.js": "^5.0.0"
}
}