UNPKG

wherebj

Version:

Une librairie pour accéder aux données des villes et quartiers du Bénin

46 lines (45 loc) 1.06 kB
{ "name": "wherebj", "version": "1.0.2", "description": "Une librairie pour accéder aux données des villes et quartiers du Bénin", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "prepare": "npm run build" }, "author": { "name": "Orderic Barnor", "email": "barnororderic@gmail.com", "url": "https://techrez.io/resume/barnor-orderic" }, "repository": { "type": "git", "url": "https://github.com/orderic-barnor/wherebj" }, "bugs": { "url": "https://github.com/orderic-barnor/wherebj/issues" }, "homepage": "https://github.com/orderic-barnor/wherebj#readme", "keywords": [ "benin", "cities", "locations", "quarters" ], "license": "MIT", "files": [ "dist", "src/data" ], "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.10.2", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.2" } }