Skip to content

Commit

Permalink
Update keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Purukitto committed Oct 9, 2023
1 parent 2efef52 commit 4438fd0
Showing 1 changed file with 51 additions and 38 deletions.
89 changes: 51 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,53 @@
{
"name": "simpledungeongenerator",
"version": "0.9.3",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"release": "bun run build && changeset publish",
"lint": "tsc"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-node-resolve": "^15.2.2",
"@types/seedrandom": "^3.0.5",
"bun-types": "latest",
"esbuild": "^0.19.4",
"rollup": "^4.0.2",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-esbuild": "^6.0.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"author": {
"name": "Purukitto",
"url": "https://github.com/Purukitto"
},
"bugs": {
"url": "https://github.com/Purukitto/simpleDungeonGenerator/issues"
},
"homepage": "https://github.com/Purukitto/simpleDungeonGenerator#readme",
"dependencies": {
"seedrandom": "^3.0.5"
}
"name": "simpledungeongenerator",
"version": "0.9.3",
"description": "A simple dungeon generator for roguelike games.",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"release": "bun run build && changeset publish",
"lint": "tsc"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-node-resolve": "^15.2.2",
"@types/seedrandom": "^3.0.5",
"bun-types": "latest",
"esbuild": "^0.19.4",
"rollup": "^4.0.2",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-esbuild": "^6.0.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"author": {
"name": "Purukitto",
"url": "https://github.com/Purukitto"
},
"bugs": {
"url": "https://github.com/Purukitto/simpleDungeonGenerator/issues"
},
"homepage": "https://github.com/Purukitto/simpleDungeonGenerator#readme",
"dependencies": {
"seedrandom": "^3.0.5"
},
"keywords": [
"dungeon",
"generator",
"dungeon-generator",
"dungeon-crawler",
"dungeon-crawler-generator",
"dungeon-crawler-game",
"dungeon-crawler-game-dungeon-generator",
"simpleDungeonGenerator",
"map-generator",
"dungeon-map"
]
}

0 comments on commit 4438fd0

Please sign in to comment.