UNPKG

gen-city

Version:
44 lines (43 loc) 1.04 kB
{ "name": "gen-city", "description": "Procedural generation city", "version": "1.4.6", "keywords": [ "map", "generation", "steet", "tilemap", "city", "procedural", "2d", "random", "town" ], "license": "MIT", "author": { "name": "Nikita Galadiy", "email": "dev@neki.guru", "url": "https://neki.guru/" }, "main": "./dist/index.js", "scripts": { "watch": "webpack --mode development--name demo --watch", "build": "webpack --mode production", "build:demo": "webpack --mode production --name demo", "lint": "eslint \"./src/**/*.{ts,tsx}\" --ignore-path .gitignore --fix" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "8.24.0", "@typescript-eslint/parser": "8.24.0", "eslint": "8.57.0", "eslint-plugin-import": "2.31.0", "ts-loader": "9.5.1", "typescript": "5.3.3", "webpack": "5.89.0", "webpack-cli": "5.1.4" }, "repository": { "type": "git", "url": "git+https://github.com/neki-dev/gen-city.git" } }