-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.28 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "card-games-utils",
"version": "1.1.5",
"description": "Utility package for card games",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/mazimez/card-games-utils"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/mazimez"
}
],
"keywords": [
"teen patti",
"teen-patti",
"rummy",
"gambling",
"games",
"card-games",
"card games",
"mazimez"
],
"author": "Asif Patel",
"license": "MIT",
"bugs": {
"url": "https://github.com/mazimez/card-games-utilsissues"
},
"homepage": "https://github.com/mazimez/card-games-utils#readme",
"devDependencies": {
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"eslint": "^8.38.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"files": [
"lib/**/*",
"cover.png"
]
}