UNPKG

trifid-plugin-yasgui

Version:
63 lines (62 loc) 1.52 kB
{ "name": "trifid-plugin-yasgui", "description": "Trifid YASGUI plugin", "type": "module", "version": "3.4.4", "license": "Apache-2.0", "main": "index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/zazuko/trifid", "repository": { "type": "git", "url": "https://github.com/zazuko/trifid.git", "directory": "packages/yasgui" }, "bugs": { "url": "https://github.com/zazuko/trifid/issues" }, "files": [ "public", "test", "views", "dist", "build", "index.js" ], "scripts": { "prepare": "esbuild --minify --bundle plugins/map.js --outdir=build --splitting --format=esm", "test": "c8 --all --exclude build --reporter=lcovonly --reporter=text node --test **/*.test.js", "clean": "rimraf dist/", "prebuild": "npm run clean && npm run prepare", "build": "tsc", "prepack": "npm run build" }, "author": { "name": "Zazuko GmbH", "url": "https://zazuko.com/" }, "keywords": [ "trifid", "trifid-plugin", "yasgui" ], "dependencies": { "@fastify/static": "^8.1.1", "@zazuko/yasgui": "^4.5.0", "import-meta-resolve": "^4.1.0" }, "devDependencies": { "@openlayers-elements/maps": "^0.4.0", "@openlayers-elements/swisstopo": "^0.4.0", "@types/node": "^22.13.5", "c8": "^10.1.3", "esbuild": "^0.25.0", "rimraf": "^6.0.1", "trifid-core": "^5.1.0", "typescript": "^5.8.2" }, "publishConfig": { "access": "public", "provenance": true } }