UNPKG

@canterbury-air-patrol/scenario-weighting-worksheet

Version:
55 lines (54 loc) 1.57 kB
{ "name": "@canterbury-air-patrol/scenario-weighting-worksheet", "version": "0.2.2", "description": "SAR Scenario Weighting Worksheet", "main": "dist/scenario-weighting-worksheet.js", "module": "dist/scenario-weighting-worksheet.mjs", "types": "dist/scenario-weighting-worksheet.d.ts", "files": [ "dist/" ], "scripts": { "build": "esbuild sww.tsx --bundle --minify --outdir=out", "bundle": "tsup", "check": "eslint *.tsx && prettier -c *.tsx", "start": "http-server -a localhost -p 8000", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/canterbury-air-patrol/scenario-weighting-worksheet.git" }, "keywords": [ "SAR", "Scenario", "Weighting" ], "author": "Scott Parlane", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/canterbury-air-patrol/scenario-weighting-worksheet/issues" }, "homepage": "https://github.com/canterbury-air-patrol/scenario-weighting-worksheet#readme", "dependencies": { "bootstrap": "~5.3.0", "react-bootstrap": "~2.10.0" }, "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", "tsup": "^8.3.5", "typescript": "^5.7.2", "typescript-eslint": "^8.18.1" }, "peerDependencies": { "react": "~19.0.0", "react-dom": "~19.0.0" } }