UNPKG

@canterbury-air-patrol/sar-search-runner

Version:
58 lines (57 loc) 1.57 kB
{ "name": "@canterbury-air-patrol/sar-search-runner", "version": "0.1.2", "description": "SAR Search runner tool", "main": "dist/sar-search-runner.js", "modules": "dist/sar-search-runner.mjs", "types": "dist/sar-search-runner.d.ts", "files": [ "dist/" ], "scripts": { "build": "esbuild example.tsx --bundle --outdir=out", "bundle": "tsup", "check": "eslint *.tsx && prettier -c *.tsx", "start": "http-server -p 8000", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/canterbury-air-patrol/sar-search-runner.git" }, "keywords": [ "sar", "search", "runner", "timer" ], "author": "Scott Parlane", "license": "MIT", "bugs": { "url": "https://github.com/canterbury-air-patrol/sar-search-runner/issues" }, "homepage": "https://github.com/canterbury-air-patrol/sar-search-runner#readme", "devDependencies": { "@eslint/js": "^9.12.0", "@types/react-dom": "^19.0.2", "esbuild": "~0.24.0", "eslint": "^9.12.0", "eslint-plugin-react": "^7.37.1", "globals": "^15.11.0", "http-server": "^14.1.1", "prettier": "^3.3.3", "react-dom": "~19.0.0", "tsup": "^8.3.5", "typescript": "^5.7.2", "typescript-eslint": "^8.18.1" }, "dependencies": { "@canterbury-air-patrol/sar-search-patterns": "0.1.3", "@canterbury-air-patrol/speed-time-distance": "0.1.2", "bootstrap": "~5.3.1", "react-bootstrap": "~2.10.0" }, "peerDependencies": { "react": "^19.0.0" } }