municipalities-of-bulgaria
Version:
This bulgarian municipalities package offers easy accessible JSON Object of the Bulgaria Municipalities.
47 lines (46 loc) • 1.35 kB
JSON
{
"name": "municipalities-of-bulgaria",
"version": "1.0.0",
"description": "This bulgarian municipalities package offers easy accessible JSON Object of the Bulgaria Municipalities.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/skostadinov/municipalities-of-bulgaria.git"
},
"keywords": [
"List of Bulgarian Cities",
"Bulgarian",
"BG",
"Municipalities",
"Provinces",
"Main Towns",
"Main Cities"
],
"author": "Svet Kostadinov | SK Consult LLC",
"license": "ISC",
"homepage": "https://bitbucket.org/skostadinov/municipalities-of-bulgaria#readme",
"devDependencies": {
"@types/jest": "^24.0.15",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.2"
}
}