UNPKG

game-classes-tky

Version:

游戏角色和物品的JavaScript类库(NPC、敌人、装备等)

41 lines (40 loc) 886 B
{ "name": "game-classes-tky", "version": "1.0.1", "description": "游戏角色和物品的JavaScript类库(NPC、敌人、装备等)", "main": "index.js", "scripts": { "test": "jest" }, "keywords": [ "game", "rpg", "npc", "enemy", "inventory", "game-development", "javascript-classes" ], "author": "asura01 <2295144076@qq.com> (https://yourwebsite.com)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/your-username/game-classes.git" }, "bugs": { "url": "https://github.com/your-username/game-classes/issues" }, "homepage": "https://github.com/your-username/game-classes#readme", "engines": { "node": ">=14.0.0" }, "files": [ "index.js", "gameObjects.js", "itemClasses.js" ], "devDependencies": { "eslint": "^8.0.0", "jest": "^29.0.0" } }