23 lines
436 B
JSON
23 lines
436 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|