@deltares/fews-web-oc-utils
Version:
Util Library for common Web OC functionality
72 lines (71 loc) • 1.7 kB
JSON
{
"name": "@deltares/fews-web-oc-utils",
"version": "2.1.1",
"description": "Util Library for common Web OC functionality",
"author": {
"name": "Werner Kramer",
"email": "werner.kramer@deltares.nl"
},
"keywords": [
"FEWS",
"PI REST Service",
"Web Operator Client",
"Web OC"
],
"license": "MIT",
"private": false,
"type": "module",
"module": "./dist/fews-web-oc-utils.js",
"exports": {
".": {
"import": "./dist/fews-web-oc-utils.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "vite build && tsc -p tsconfig.build.json",
"doc": "typedoc --out doc src",
"lint": "npm run prettier",
"prettier": "prettier . --check",
"format": "prettier . --write",
"test:unit": "vitest run test/unit",
"test:e2e": "vitest run test/e2e",
"test": "vitest"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^24.12.2",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"fetch-mock": "^12.6.0",
"globals": "^17.6.0",
"json-schema-to-typescript": "^15.0.4",
"prettier": "^3.8.3",
"tslib": "^2.8.1",
"typedoc": "^0.28.19",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.3",
"vite": "^8.0.13",
"vitest": "^4.1.6"
},
"engines": {
"node": ">=22.0.0"
},
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Deltares/fews-web-oc-utils.git"
},
"bugs": {
"url": "https://github.com/Deltares/fews-web-oc-utils/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"volta": {
"node": "24.14.1"
}
}