akwap
Version:
A Ugandan Geolocation flow.
52 lines (51 loc) • 1.26 kB
JSON
{
"name": "akwap",
"version": "1.0.5",
"description": "A Ugandan Geolocation flow.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "yarn run build",
"prepublishOnly": "yarn run test && yarn run lint",
"preversion": "yarn run lint",
"version": "yarn run format && git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/wizlif/akwap.git"
},
"bugs": {
"url": "https://github.com/wizlif/akwap/issues"
},
"homepage": "https://github.com/wizlif/akwap#readme",
"keywords": [
"Uganda",
"District",
"Sub-County",
"County",
"Village"
],
"author": "wizlif",
"license": "ISC",
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/string-similarity": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.6.2"
},
"dependencies": {
"string-similarity": "^4.0.4"
}
}