afg-cities
Version:
A package for list of cities in Afghanistan
30 lines (29 loc) • 711 B
JSON
{
"name": "afg-cities",
"version": "1.0.0",
"description": "A package for list of cities in Afghanistan",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/Armancollab/afg-cities.git"
},
"keywords": [
"Afghanistan",
"cities",
"provinces"
],
"author": "Mohammad Arman",
"license": "MIT",
"devDependencies": {
"jest": "^27.4.3",
"ts-jest": "^27.1.1",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^4.9.5"
}
}