cyberheroic-maps1
Version:
Procedural generation 2D map with biomes
38 lines (37 loc) • 916 B
JSON
{
"name": "cyberheroic-maps1",
"description": "Procedural generation 2D map with biomes",
"version": "2.4.4",
"keywords": [
"map",
"generation",
"biome",
"tilemap",
"perlin",
"procedural",
"terrain",
"2d"
],
"license": "MIT",
"author": "zCore Studios <noreply@zcore.com.br> (https://zcore.com.br)",
"main": "./dist/index.js",
"scripts": {
"watch": "webpack --mode development --watch",
"build": "webpack --mode production",
"build:demo": "webpack --mode production --name demo",
"lint": "eslint ./src --fix"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-neki": "1.3.0",
"@types/node": "20.10.5",
"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/viniciuzvieira/cyberheroic-maps.git"
}
}