UNPKG

libgn

Version:

Manipulate geographical and administrative data about Guinea.

51 lines 1.15 kB
{ "name": "libgn", "version": "0.0.2", "description": "Manipulate geographical and administrative data about Guinea.", "license": "MIT", "author": { "name": "Lucien Loua", "url": "https://github.com/lucien-loua" }, "homepage": "https://lucien-loua.github.io/libgn", "repository": { "type": "git", "url": "git+https://github.com/lucien-loua/libgn.git" }, "bugs": { "url": "https://github.com/lucien-loua/libgn/issues" }, "type": "module", "main": "dist/index.js", "files": [ "dist" ], "sideEffects": false, "types": "dist/index.d.ts", "devDependencies": { "@types/node": "^22", "@vitest/coverage-v8": "^3.2.4", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "keywords": [ "data", "guinea", "guinée", "javascript", "typescript" ], "publishConfig": { "access": "public" }, "scripts": { "build:pkg": "tsup", "dev": "tsup --watch", "lint": "biome check .", "lint:fix": "biome check --write --unsafe .", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage" } }