poto-siril
Version:
Automatization around Siril (<https://siril.org/>) for deep sky astrophotography.
65 lines • 2.13 kB
JSON
{
"name": "poto-siril",
"version": "0.9.3",
"description": "Automatization around Siril (<https://siril.org/>) for deep sky astrophotography.",
"bin": {
"poto": "dist/src/poto-siril.js"
},
"main": "dist/src/poto-siril.js",
"type": "module",
"scripts": {
"lint": "eslint .",
"check-types": "tsc",
"test": "rm -rf dist && TZ=UTC node --experimental-vm-modules node_modules/.bin/jest --coverage src",
"test-cli": "./poto.sh --version",
"dev-test": "rm -rf dist && TZ=UTC node --experimental-vm-modules node_modules/.bin/jest --coverage --watch src",
"dev-spawn-ds1": "tsx ./scripts/dev-spawn-ds1.ts",
"dev-prepare-ds1": "npm run dev-spawn-ds1 && TZ=UTC ./poto.sh prepare -i tmp/asiair-dump-1 -i tmp/bank tmp/project",
"dev-preprocess-ds1": "TZ=UTC ./poto.sh preprocess -t src/pipeline/Mono_Preprocessing/Mono_Preprocessing.ssf tmp/project",
"prepublishOnly": "rm -rf dist && tsc && tsc-alias && npm install --no-progress --loglevel=error"
},
"keywords": [
"siril",
"asiair",
"zwo",
"astrophotography",
"astro",
"deepsky"
],
"author": "JorisLacance.fr",
"license": "GPL-3.0-only",
"repository": {
"url": "git+https://github.com/TomyCesaille/poto-siril.git"
},
"homepage": "https://github.com/TomyCesaille/poto-siril",
"bugs": {
"url": "https://github.com/TomyCesaille/poto-siril/issues"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.17.0",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.14.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "^9.23.0",
"globals": "^15.15.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.29.0"
},
"dependencies": {
"@types/fs-extra": "^11.0.4",
"ansi-escapes": "^7.0.0",
"chalk": "^5.4.1",
"commander": "^12.1.0",
"enquirer": "^2.4.1",
"execa": "^9.5.2",
"fs-extra": "^11.3.0"
}
}