-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "disgamekit",
"version": "2.2.0",
"description": "A small package that will help making ts/js discord bot mini games way easier!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "mocha src/index.test.js",
"build": "npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YetNT/disgamekit.git"
},
"keywords": [
"discord.js",
"game",
"djs-game",
"discord-games",
"disgame",
"disgamekit",
"game-engine",
"light",
"turns",
"discord"
],
"author": "YetNT",
"license": "MIT",
"bugs": {
"url": "https://github.com/YetNT/disgamekit/issues"
},
"homepage": "https://github.com/YetNT/disgamekit#readme",
"devDependencies": {
"@types/node": "^20.10.4",
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"typescript": "^5.2.2"
}
}