your-username-gaame-objects
Version:
游戏对象和物品的集合,包括GameObject, Npc, Enemy, ConsumableItem, Equipment等类。
19 lines (17 loc) • 531 B
JSON
{
"name": "your-username-gaame-objects",
"version": "1.0.0",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Your Name",
"license": "ISC",
"description": "游戏对象和物品的集合,包括GameObject, Npc, Enemy, ConsumableItem, Equipment等类。",
"keywords": ["game-objects", "javascript", "classes"],
"repository": {
"type": "git",
"url": "https://github.com/your-username/your-username-game-objects.git"
}
}